codecombat/app/styles/editor/campaign/campaign-editor-view.sass
Matt Lott 05f028d944 Update campaign editor analytics
Adding ‘left game’ counts to overall campaign view.  This is the number
of players that left the game after playing the given level.
2015-01-18 16:29:47 -08:00

23 lines
365 B
Sass

#campaign-editor-view
#left-column
position: absolute
top: 0
bottom: 0
left: 0
width: 25%
margin-right: 1200px
.treema-root
max-height: 100%
overflow: scroll
.completion
position: absolute
right: 0
#right-column
position: absolute
top: 0
bottom: 0
right: 0
width: 75%