codecombat/app/styles/editor/components/main.sass

50 lines
808 B
Sass
Raw Normal View History

2014-01-03 13:32:13 -05:00
#thang-components-edit-view
position: absolute
top: 40px
2014-01-03 13:32:13 -05:00
bottom: 0
left: 0
right: 0
.column
position: absolute
top: 0
2014-01-03 13:32:13 -05:00
bottom: 0
padding: 5px
box-sizing: border-box
h3
margin: 5px 0
.treema-dependent > .treema-row
background-color: #FFC671
2014-01-03 13:32:13 -05:00
#extant-components-column
left: 0
width: 20%
.treema
position: absolute
2014-03-18 17:26:41 -04:00
top: 80px
2014-01-03 13:32:13 -05:00
left: 0
right: 10px
bottom: 0
overflow: scroll
#add-component-column
right: 0
width: 20%
.treema
position: absolute
2014-03-21 07:42:29 -04:00
top: 75px
2014-01-03 13:32:13 -05:00
left: 10px
right: 0px
bottom: 0
overflow: scroll
#component-config-column-view
border-left: 1px solid black
border-right: 1px solid black
right: 20%
left: 20%