codecombat/app/styles/editor/campaign/campaign-editor-view.sass

28 lines
441 B
Sass
Raw Normal View History

#campaign-editor-view
#left-column
position: absolute
top: 0
bottom: 0
left: 0
2014-12-23 09:19:08 -05:00
width: 25%
margin-right: 1200px
2014-12-23 09:19:08 -05:00
.treema-root
max-height: 100%
overflow: scroll
#right-column
position: absolute
top: 0
bottom: 0
right: 0
2014-12-23 09:19:24 -05:00
width: 75%
#campaign-level-view
position: absolute
top: 0
left: 0
right: 0
bottom: 0
background-color: white
z-index: 3