2014-09-30 19:17:54 -04:00
|
|
|
@import "app/styles/mixins"
|
|
|
|
@import "app/styles/bootstrap/variables"
|
2014-05-19 14:31:18 -04:00
|
|
|
|
2014-01-03 13:32:13 -05:00
|
|
|
#goals-view
|
|
|
|
position: absolute
|
2014-11-04 20:20:58 -05:00
|
|
|
left: -15px
|
2014-05-19 14:31:18 -04:00
|
|
|
top: -100px
|
2014-10-08 12:46:56 -04:00
|
|
|
@include transition(0.5s ease-in-out)
|
2014-11-04 20:20:58 -05:00
|
|
|
background: transparent url(/images/level/goals_background.png)
|
|
|
|
background-size: 100% 100%
|
|
|
|
|
|
|
|
padding: 19px 17px 6px 25px
|
2014-10-08 12:46:56 -04:00
|
|
|
z-index: 3
|
|
|
|
font-size: 14px
|
|
|
|
|
|
|
|
&.brighter
|
2014-10-27 19:34:20 -04:00
|
|
|
font-size: 18px
|
|
|
|
font-size: 1.4vw
|
2014-11-04 20:20:58 -05:00
|
|
|
//@include box-shadow(0px 0px 12px white)
|
2014-10-08 12:46:56 -04:00
|
|
|
|
2014-05-19 19:34:39 -04:00
|
|
|
.goals-status
|
2014-01-03 13:32:13 -05:00
|
|
|
margin: 0
|
2014-11-04 20:20:58 -05:00
|
|
|
margin-top: 10px
|
|
|
|
color: white
|
|
|
|
text-transform: uppercase
|
2014-10-08 12:46:56 -04:00
|
|
|
|
2014-05-19 19:34:39 -04:00
|
|
|
.success
|
2014-11-04 20:20:58 -05:00
|
|
|
color: lightgreen
|
|
|
|
text-shadow: 1px 1px 0px black
|
2014-05-19 19:34:39 -04:00
|
|
|
.timed-out
|
2014-11-04 20:20:58 -05:00
|
|
|
color: rgb(230, 230, 230)
|
2014-05-19 19:34:39 -04:00
|
|
|
.failure
|
2014-11-04 20:20:58 -05:00
|
|
|
color: rgb(239, 61, 71)
|
|
|
|
text-shadow: 1px 1px 0px black
|
2014-05-19 19:34:39 -04:00
|
|
|
.incomplete
|
2014-11-04 20:20:58 -05:00
|
|
|
color: rgb(245, 170, 49)
|
2014-01-03 13:32:13 -05:00
|
|
|
|
|
|
|
ul
|
2014-01-27 19:59:34 -05:00
|
|
|
padding-left: 0
|
2014-01-03 13:32:13 -05:00
|
|
|
margin-bottom: 0
|
|
|
|
color: black
|
|
|
|
|
|
|
|
li
|
|
|
|
list-style: none
|
|
|
|
margin-right: 5px
|
|
|
|
i
|
|
|
|
margin-right: 5px
|
|
|
|
|
|
|
|
li.status-incomplete
|
|
|
|
color: #333
|
|
|
|
|
|
|
|
li.status-failure
|
|
|
|
color: darkred
|
|
|
|
|
|
|
|
li.status-success
|
|
|
|
color: darkgreen
|
|
|
|
|
|
|
|
#goals-view.collapsed i.collapsed, #goals-view.expanded i.expanded
|
|
|
|
display: none
|
|
|
|
|
|
|
|
#goals-view.collapsed ul
|
2014-09-30 19:17:54 -04:00
|
|
|
display: none
|
2014-11-04 20:20:58 -05:00
|
|
|
|