2014-05-19 14:31:18 -04:00
|
|
|
@import "../../bootstrap/mixins"
|
|
|
|
|
2014-01-03 13:32:13 -05:00
|
|
|
#goals-view
|
|
|
|
position: absolute
|
|
|
|
left: 10px
|
2014-05-19 14:31:18 -04:00
|
|
|
top: -100px
|
|
|
|
@include transition(top 0.5s ease-in-out)
|
2014-05-19 19:34:39 -04:00
|
|
|
background-color: rgba(200,200,200,1.0)
|
2014-02-25 20:14:39 -05:00
|
|
|
|
2014-01-03 13:32:13 -05:00
|
|
|
border: black
|
2014-05-19 19:34:39 -04:00
|
|
|
padding: 15px 7px 2px 5px
|
2014-01-03 13:32:13 -05:00
|
|
|
box-sizing: border-box
|
|
|
|
border: 1px solid #333
|
|
|
|
border-radius: 5px
|
|
|
|
|
2014-05-19 19:34:39 -04:00
|
|
|
.goals-status
|
2014-05-19 14:31:18 -04:00
|
|
|
font-size: 14px
|
2014-01-03 13:32:13 -05:00
|
|
|
margin: 0
|
|
|
|
color: black
|
2014-05-19 19:34:39 -04:00
|
|
|
.success
|
|
|
|
color: darkgreen
|
|
|
|
.timed-out
|
|
|
|
color: darkslategray
|
|
|
|
.failure
|
|
|
|
color: darkred
|
|
|
|
.incomplete
|
|
|
|
color: darkgoldenrod
|
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
|
|
|
|
display: none
|