mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-25 00:28:31 -05:00
d0a0c95623
Display little level completion line graphs in the level completion table cells.
20 lines
435 B
Sass
20 lines
435 B
Sass
#campaign-analytics-modal
|
|
.modal-dialog
|
|
width: 75%
|
|
.level-name-container
|
|
position: relative
|
|
.level-name-background
|
|
position: absolute
|
|
height: 100%
|
|
left: 0px
|
|
top: 0px
|
|
background-color: green
|
|
opacity: 0.25
|
|
.level-completion-container
|
|
position: relative
|
|
.level-completion-background
|
|
position: absolute
|
|
height: 100%
|
|
width: 100%
|
|
left: 0px
|
|
top: 0px
|