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

22 lines
418 B
Sass
Raw Normal View History

2014-01-28 00:06:27 -05:00
#editor-level-component-edit-view
2014-04-16 13:42:32 -04:00
nav
margin-bottom: 0
#component-patches
padding: 0 10px 10px
background: white
2014-01-28 00:06:27 -05:00
.navbar-text
float: left
#component-code-editor
position: absolute
left: 0
right: 0
bottom: 0
top: 50px
border: 2px solid black
2014-01-30 18:22:01 -05:00
border-top: none
.active > a, .active > a:hover, .active > a:focus
background-color: white !important