2014-09-30 19:17:54 -04:00
|
|
|
@import "app/styles/mixins"
|
|
|
|
@import "app/styles/bootstrap/variables"
|
2014-01-19 10:08:28 -05:00
|
|
|
|
2014-01-21 12:03:04 -05:00
|
|
|
.spell-debug-view
|
2014-01-19 10:08:28 -05:00
|
|
|
position: absolute
|
|
|
|
z-index: 9001
|
2014-03-07 14:40:12 -05:00
|
|
|
min-width: 250px
|
2014-01-19 10:08:28 -05:00
|
|
|
max-width: 400px
|
|
|
|
padding: 10px
|
2014-12-07 18:51:32 -05:00
|
|
|
border-style: solid
|
2014-07-09 16:41:42 -04:00
|
|
|
border-image: url(/images/level/popover_background.png) 18 fill round
|
|
|
|
border-width: 8px
|
2014-06-18 16:43:03 -04:00
|
|
|
.progress
|
|
|
|
position: relative
|
|
|
|
span
|
|
|
|
position: absolute
|
|
|
|
display: block
|
|
|
|
color: black
|
|
|
|
width: 100%
|
2014-07-09 16:41:42 -04:00
|
|
|
|
|
|
|
html.no-borderimage
|
|
|
|
.spell-debug-view
|
|
|
|
background: transparent url(/images/level/popover_background.png)
|
|
|
|
background-size: 100% 100%
|
|
|
|
border: 0
|
2014-01-19 10:08:28 -05:00
|
|
|
|