codecombat/app/styles/editor.sass

12 lines
216 B
Sass
Raw Normal View History

2014-01-03 13:32:13 -05:00
@import "bootstrap/variables"
#editor-level-view
.editor-column
width: 33%
box-sizing: border-box
padding-right: 20px
float: left
h3
text-decoration: underline
margin-bottom: 2px
2014-01-03 13:32:13 -05:00