mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-25 08:38:09 -05:00
28 lines
No EOL
441 B
Sass
28 lines
No EOL
441 B
Sass
#campaign-editor-view
|
|
#left-column
|
|
position: absolute
|
|
top: 0
|
|
bottom: 0
|
|
left: 0
|
|
width: 25%
|
|
margin-right: 1200px
|
|
|
|
.treema-root
|
|
max-height: 100%
|
|
overflow: scroll
|
|
|
|
#right-column
|
|
position: absolute
|
|
top: 0
|
|
bottom: 0
|
|
right: 0
|
|
width: 75%
|
|
|
|
#campaign-level-view
|
|
position: absolute
|
|
top: 0
|
|
left: 0
|
|
right: 0
|
|
bottom: 0
|
|
background-color: white
|
|
z-index: 3 |