basic styling for lesson modules + code highlighting

This commit is contained in:
Benedikt Rötsch
2017-09-27 18:17:08 +02:00
committed by Benedikt Rötsch
parent 5e23150a5f
commit 23a0ac4a81
12 changed files with 255 additions and 26 deletions

View File

@@ -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)}