mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-25 08:38:09 -05:00
15 lines
No EOL
315 B
Sass
15 lines
No EOL
315 B
Sass
#editor-level-component-edit-view
|
|
.navbar-text
|
|
float: left
|
|
|
|
#component-code-editor
|
|
position: absolute
|
|
left: 0
|
|
right: 0
|
|
bottom: 0
|
|
top: 50px
|
|
border: 2px solid black
|
|
border-top: none
|
|
|
|
.active > a, .active > a:hover, .active > a:focus
|
|
background-color: white !important |