forked from OpenNeo/impress
Matchu
74197a6e9f
This required a buncha fixes to how SASS scoping works! Needed to add a bunch of imports for stuff that previously would get read from the global scope by being imported *after* the constants and mixins etc. There's clearly a lot of refactor opportunity here, but I'm not gonna worry about it!!
13 lines
201 B
Sass
13 lines
201 B
Sass
@import "../partials/clean/constants"
|
|
|
|
body.static-image_mode
|
|
h2
|
|
margin:
|
|
bottom: .25em
|
|
top: 1.25em
|
|
|
|
ol, ul
|
|
font-family: $text-font
|
|
margin-bottom: 1em
|
|
padding-left: 3em
|
|
|