mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-28 10:06:08 -05:00
30 lines
No EOL
506 B
Sass
30 lines
No EOL
506 B
Sass
#docs-components-view
|
|
color: saddlebrown
|
|
|
|
.main
|
|
position : relative
|
|
|
|
.left
|
|
bottom: 10em
|
|
left: 10em
|
|
overflow-y: scroll
|
|
overflow-x: hidden
|
|
position: fixed
|
|
top: 5em
|
|
white-space: nowrap
|
|
width: 20%
|
|
-webkit-overflow-scrolling: touch
|
|
|
|
.right
|
|
left: 28em
|
|
bottom: 10em
|
|
position: fixed
|
|
overflow-y: scroll
|
|
overflow-x: hidden
|
|
right: 10em
|
|
top: 5em
|
|
//width: 80%
|
|
-webkit-overflow-scrolling: touch
|
|
|
|
.specialList
|
|
list-style-type: none |