codecombat/app/styles/editor/level/scripts_tab.sass

30 lines
541 B
Sass
Raw Normal View History

2014-01-03 13:32:13 -05:00
#editor-level-scripts-tab-view
2014-04-21 15:15:22 -04:00
.toggle
z-index: 11
margin-top: -10px
margin-left: -10px
float: left
2014-01-03 13:32:13 -05:00
.treema-script
cursor: pointer
#scripts-treema
position: absolute
top: 0
bottom: 0
width: 250px
overflow: scroll
2014-04-21 15:15:22 -04:00
@media screen and (max-width: 800px)
top: 40px
z-index: 11
2014-01-03 13:32:13 -05:00
#script-treema
margin-left: 290px
max-height: 100%
overflow: scroll
box-sizing: border-box
2014-04-21 15:15:22 -04:00
@media screen and (max-width: 800px)
margin-left: 30px
top: -50px