mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-25 08:38:09 -05:00
25 lines
561 B
Sass
25 lines
561 B
Sass
@import "app/styles/mixins"
|
|
@import "app/styles/bootstrap/variables"
|
|
|
|
.spell-debug-view
|
|
position: absolute
|
|
z-index: 9001
|
|
min-width: 250px
|
|
max-width: 400px
|
|
padding: 10px
|
|
border-image: url(/images/level/popover_background.png) 18 fill round
|
|
border-width: 8px
|
|
.progress
|
|
position: relative
|
|
span
|
|
position: absolute
|
|
display: block
|
|
color: black
|
|
width: 100%
|
|
|
|
html.no-borderimage
|
|
.spell-debug-view
|
|
background: transparent url(/images/level/popover_background.png)
|
|
background-size: 100% 100%
|
|
border: 0
|
|
|