mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-24 08:08:15 -05:00
31 lines
455 B
Sass
31 lines
455 B
Sass
#teacher-course-solution-view
|
|
|
|
background-color: white
|
|
color: black
|
|
font-family: sans-serif
|
|
margin: 0px
|
|
padding: 24px
|
|
|
|
hr
|
|
display: block
|
|
border-style: inset
|
|
border-width: 1px
|
|
|
|
h1, h2, h3, h4, h5
|
|
color: black
|
|
font-family: sans-serif
|
|
font-variant: normal
|
|
margin: 20px 0px
|
|
|
|
h4
|
|
color: gray
|
|
|
|
img
|
|
display: block
|
|
margin: auto
|
|
|
|
p
|
|
margin: 16px 0px
|
|
|
|
.page-break-before
|
|
page-break-before: always
|