mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-28 18:15:52 -05:00
38 lines
650 B
Sass
38 lines
650 B
Sass
|
#editor-level-components-tab-view
|
||
|
|
||
|
.components-container
|
||
|
position: absolute
|
||
|
top: 0
|
||
|
bottom: 0
|
||
|
|
||
|
.treema-root
|
||
|
position: absolute
|
||
|
top: 50px
|
||
|
bottom: 0
|
||
|
width: 250px
|
||
|
overflow: scroll
|
||
|
|
||
|
.treema-children .treema-row *
|
||
|
cursor: pointer !important
|
||
|
|
||
|
.edit-component-container
|
||
|
margin-left: 290px
|
||
|
position: absolute
|
||
|
right: 0
|
||
|
left: 0px
|
||
|
top: 0
|
||
|
bottom: 0
|
||
|
|
||
|
.treema-root
|
||
|
position: absolute
|
||
|
top: 50px
|
||
|
right: 0
|
||
|
left: 0px
|
||
|
bottom: 0
|
||
|
overflow: scroll
|
||
|
|
||
|
#create-new-component-button
|
||
|
position: absolute
|
||
|
top: 0
|
||
|
right: 0
|