codecombat/app/styles/editor/level/edit.sass
2014-01-28 13:16:50 -08:00

57 lines
923 B
Sass

#editor-level-view
#top-nav
display: none
position: absolute
top: 0px
left: 0px
right: 0px
bottom: 0px
$BG: rgba(228, 207, 140, 1.0)
.outer-content
background-color: $BG
position: absolute
top: 0
bottom: 0
left: 0
right: 0
.top-controls-area
position: fixed
background-color: $BG
z-index: 100
left: 20px
right: 20px
margin-top: -10px
padding-top: 10px
.level-title-header
float: left
text-overflow: ellipsis
white-space: nowrap
.level-control-buttons
float: right
margin: 5px
& > *
margin: 10px 10px
.nav-tabs
margin: 15px 30px
float: left
// keeps the editor tabs a certain height
#level-editor-tabs
position: absolute
left: 20px
right: 20px
top: 80px
bottom: 20px
.treema-root
background-color: white
border-radius: 4px