codecombat/app/styles/docs/systems-documentation-view.sass
2014-08-28 22:32:55 -07:00

27 lines
454 B
Sass

#systems-documentation-view
background-color: #e4cf8c
height: 100%
#toggle-all-system-code
margin: 10px
.container, .row
height: 100%
.index-column, .documentation-column
overflow-x: hidden
> ul
padding: 0px 20px 20px 20px
.doc-name
color: rgb(139, 69, 19)
.index-column
width: 25%
.documentation-column
width: 75%
.special-list, .doc-description, .code-block
list-style-type: none