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

31 lines
600 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
.editor-nano-container
#scripts-treema
position: absolute
top: 0
bottom: 0
width: 250px
overflow: scroll
@media screen and (max-width: 800px)
top: 40px
z-index: 11
#script-treema
margin-left: 290px
max-height: 100%
overflow: scroll
box-sizing: border-box
@media screen and (max-width: 800px)
margin-left: 30px
top: -50px