2014-09-30 19:17:54 -04:00
|
|
|
@import "app/styles/mixins"
|
|
|
|
@import "app/styles/bootstrap/variables"
|
2014-01-21 12:03:04 -05:00
|
|
|
|
|
|
|
.spell-toolbar-view
|
2014-01-25 18:11:29 -05:00
|
|
|
position: relative
|
2014-01-21 12:03:04 -05:00
|
|
|
box-sizing: border-box
|
2014-01-25 18:11:29 -05:00
|
|
|
margin: 4px 1%
|
|
|
|
height: 45px
|
|
|
|
width: 97%
|
2014-04-29 18:25:59 -04:00
|
|
|
z-index: 4
|
2014-01-25 18:11:29 -05:00
|
|
|
//background-color: rgba(100, 45, 210, 0.15)
|
2014-01-21 12:03:04 -05:00
|
|
|
|
2014-01-25 18:11:29 -05:00
|
|
|
.flow
|
|
|
|
&:hover .spell-progress
|
|
|
|
opacity: 1
|
2014-01-21 12:03:04 -05:00
|
|
|
|
2014-01-25 18:11:29 -05:00
|
|
|
.spell-progress
|
2014-01-21 12:03:04 -05:00
|
|
|
position: absolute
|
2014-01-25 18:11:29 -05:00
|
|
|
height: 100%
|
|
|
|
width: 40%
|
|
|
|
left: 45%
|
|
|
|
display: inline-block
|
2014-01-21 12:03:04 -05:00
|
|
|
cursor: pointer
|
2014-01-25 18:11:29 -05:00
|
|
|
box-sizing: border-box
|
|
|
|
opacity: 0.25
|
|
|
|
|
|
|
|
.progress
|
|
|
|
position: absolute
|
|
|
|
left: 0px
|
2014-01-29 15:18:37 -05:00
|
|
|
top: 17.5px
|
2014-01-25 18:11:29 -05:00
|
|
|
bottom: 0px
|
|
|
|
width: 100%
|
|
|
|
height: 4px
|
|
|
|
overflow: visible
|
2014-01-21 12:03:04 -05:00
|
|
|
pointer-events: none
|
2014-01-25 18:11:29 -05:00
|
|
|
|
2014-01-29 15:18:37 -05:00
|
|
|
.progress-bar
|
2014-01-25 18:11:29 -05:00
|
|
|
@include transition(width .0s linear)
|
|
|
|
position: relative
|
2014-01-21 12:03:04 -05:00
|
|
|
pointer-events: none
|
2014-01-25 18:11:29 -05:00
|
|
|
background: linear-gradient(#2c3e5f, #2c3e5f 16%, #3a537f 16%, #3a537f 83%, #2c3e5f 84%, #2c3e5f)
|
|
|
|
width: 50%
|
|
|
|
pointer-events: none
|
|
|
|
|
|
|
|
.scrubber-handle
|
|
|
|
position: absolute
|
|
|
|
pointer-events: none
|
|
|
|
right: -5px
|
2014-01-29 15:18:37 -05:00
|
|
|
top: -17.5px
|
2014-01-25 18:11:29 -05:00
|
|
|
background: linear-gradient(#2c3e5f, #2c3e5f 16%, #3a537f 16%, #3a537f 83%, #2c3e5f 84%, #2c3e5f)
|
|
|
|
width: 14px
|
2014-01-29 15:18:37 -05:00
|
|
|
height: 40px
|
2014-01-25 18:11:29 -05:00
|
|
|
border-radius: 3px
|
|
|
|
box-sizing: border-box
|
|
|
|
border: 1px solid black
|
|
|
|
box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5)
|
|
|
|
|
|
|
|
&:hover .steppers
|
|
|
|
opacity: 1
|
2014-01-21 12:03:04 -05:00
|
|
|
|
2014-01-25 18:11:29 -05:00
|
|
|
.steppers
|
|
|
|
position: absolute
|
|
|
|
z-index: 2
|
2014-01-29 15:18:37 -05:00
|
|
|
width: 60px
|
2014-01-25 18:11:29 -05:00
|
|
|
right: 2%
|
|
|
|
box-sizing: border-box
|
|
|
|
opacity: 0.25
|
|
|
|
|
|
|
|
button
|
2014-01-29 15:18:37 -05:00
|
|
|
box-sizing: border-box
|
|
|
|
height: 40px
|
|
|
|
width: 30px
|
|
|
|
padding: 2px
|
2014-01-25 18:11:29 -05:00
|
|
|
|
|
|
|
.metrics
|
|
|
|
display: none
|
|
|
|
top: 30px
|
|
|
|
position: absolute
|
|
|
|
z-index: 10
|
|
|
|
pointer-events: none
|
|
|
|
padding: 10px
|
|
|
|
background: transparent url(/images/level/popover_background.png)
|
|
|
|
background-size: 100% 100%
|
|
|
|
font-variant: small-caps
|
|
|
|
text-overflow: ellipsis
|
|
|
|
font-size: 13px
|
|
|
|
white-space: nowrap
|