mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-24 08:08:15 -05:00
48a8ed109d
Add line graphs to level view.
41 lines
729 B
Sass
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
|