basic styling for lesson modules + code highlighting
This commit is contained in:
committed by
Benedikt Rötsch
parent
5e23150a5f
commit
23a0ac4a81
@@ -1,5 +1,4 @@
|
||||
mixin lessonModuleCopy(module)
|
||||
.lessonModule
|
||||
.lessonModule__copy
|
||||
h1.lessonModule__copy__title #{module.fields.title}
|
||||
.lessonModule__copy__copy !{helpers.markdown(module.fields.copy)}
|
||||
.lesson-module.lesson-module__copy
|
||||
h3.lesson-module__copy__title #{module.fields.title}
|
||||
.lesson-module__copy__copy !{helpers.markdown(module.fields.copy)}
|
||||
|
||||
Reference in New Issue
Block a user