mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-25 00:28:31 -05:00
18 lines
377 B
Sass
18 lines
377 B
Sass
@import "../../../bootstrap/mixins"
|
|
|
|
.spell-debug-view
|
|
position: absolute
|
|
z-index: 9001
|
|
min-width: 250px
|
|
max-width: 400px
|
|
padding: 10px
|
|
background: transparent url(/images/level/popover_background.png)
|
|
background-size: 100% 100%
|
|
.progress
|
|
position: relative
|
|
span
|
|
position: absolute
|
|
display: block
|
|
color: black
|
|
width: 100%
|
|
|