codecombat/app/styles/editor/campaign/campaign-level-view.sass
Matt Lott 48a8ed109d Update campaign editor analytics
Add line graphs to level view.
2015-01-26 13:19:10 -08:00

41 lines
729 B
Sass

#campaign-level-view
background-color: white
position: absolute
top: 0
left: 0
right: 0
z-index: 3
.tasks
padding: 15px
.button.close
font-size: 63px
.line-graph-label
font-size: 10pt
font-weight: normal
.line-graph-container
height: 500px
width: 100%
position: relative
.x.axis
font-size: 9pt
path
display: none
.y.axis
font-size: 9pt
path
display: none
.key-line
font-size: 9pt
.key-text
font-size: 9pt
.graph-point-info-container
display: none
position: absolute
padding: 10px
border: 1px solid black
z-index: 3
background-color: blanchedalmond
font-size: 10pt