codecombat/app/styles/editor/level/system/edit.sass

33 lines
491 B
Sass
Raw Normal View History

2014-01-28 00:25:01 -05:00
#editor-level-system-edit-view
nav
margin-bottom: 0
#system-patches
padding: 0 10px 10px
background: white
.patches-view
padding: 10px 20px 10px 0px
2014-01-28 00:25:01 -05:00
.navbar-text
float: left
#system-code-editor
position: absolute
left: 0
right: 0
bottom: 0
top: 35px
2014-01-28 00:25:01 -05:00
border: 2px solid black
2014-01-30 18:22:01 -05:00
border-top: none
.inner-editor
position: absolute
left: 0
right: 0
bottom: 0
2014-08-31 00:16:01 -04:00
top: 0px
#patch-system-button
display: none