mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-24 16:17:57 -05:00
31 lines
No EOL
476 B
Sass
31 lines
No EOL
476 B
Sass
#docs-components-view
|
|
color: saddlebrown
|
|
|
|
.row
|
|
|
|
|
|
|
|
.index-column, .documentation-column
|
|
overflow-x: hidden
|
|
min-height: 600px
|
|
|
|
> ul
|
|
padding: 0px 20px 20px 20px
|
|
|
|
.doc-name
|
|
color: rgb(139, 69, 19)
|
|
|
|
.index-column
|
|
width: 25%
|
|
|
|
.documentation-column
|
|
width: 75%
|
|
|
|
.specialList
|
|
list-style-type: none
|
|
|
|
.doc-description
|
|
list-style-type: none
|
|
|
|
.codeBlock
|
|
list-style-type: none |