codecombat/app/styles/editor/level/component/edit.sass
dpen2000 4ff1e9a3a3 Make components' patches tab and systems' patches tab look consistent
Mix of previous stylings with spacing at top and white background
2014-05-06 17:34:13 -04:00

29 lines
No EOL
465 B
Sass

#editor-level-component-edit-view
nav
margin-bottom: 0
#component-patches
padding: 0 10px 10px
background: white
.patches-view
padding: 10px 20px 10px 0px
.navbar-text
float: left
#component-code-editor
position: absolute
left: 0
right: 0
bottom: 0
top: 35px
border: 2px solid black
border-top: none
.inner-editor
position: absolute
left: 0
right: 0
bottom: 0
top: 0px