mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-25 00:28:31 -05:00
28 lines
460 B
Sass
28 lines
460 B
Sass
|
#components-documentation-view
|
||
|
background-color: #e4cf8c
|
||
|
height: 100%
|
||
|
|
||
|
#toggle-all-component-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
|