codecombat/app/styles/play/level/tome/spell_debug.sass

26 lines
561 B
Sass
Raw Normal View History

@import "app/styles/mixins"
@import "app/styles/bootstrap/variables"
.spell-debug-view
position: absolute
z-index: 9001
2014-03-07 14:40:12 -05:00
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