mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-26 00:58:00 -05:00
b5969e0abc
Reading campaign levels from database. Assumes database order is roughly progression order.
32 lines
533 B
Sass
32 lines
533 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%
|
|
|
|
#analytics-button
|
|
position: absolute
|
|
right: 1%
|
|
top: 1%
|
|
padding: 3px 8px
|
|
|
|
#analytics-modal .modal-content
|
|
background-color: white
|