2011-07-01 12:38:13 -07:00
|
|
|
=campaign-progress
|
|
|
|
.campaign-progress-wrapper
|
|
|
|
+border-radius(8px)
|
2014-09-11 15:40:37 -07:00
|
|
|
background: desaturate(lighten($module-border-color, 30%), 85%)
|
|
|
|
background-image: linear-gradient(color-stops(desaturate(lighten($module-border-color, 50%), 85%), desaturate(lighten($module-border-color, 30%), 85%)))
|
2011-07-01 12:38:13 -07:00
|
|
|
|
|
|
|
border: 4px solid $module-border-color
|
|
|
|
clear: both
|
|
|
|
margin-bottom: 1.5em
|
|
|
|
position: relative
|
|
|
|
|
2011-07-04 20:23:28 -07:00
|
|
|
.button
|
2014-09-11 16:09:00 -07:00
|
|
|
+awesome-button
|
2011-07-04 20:23:28 -07:00
|
|
|
+loud-awesome-button-color
|
|
|
|
font-size: 75%
|
|
|
|
margin-left: 1em
|
|
|
|
padding: .25em .75em
|
|
|
|
|
2011-07-01 12:38:13 -07:00
|
|
|
.campaign-progress
|
|
|
|
background: $module-border-color
|
2013-03-05 18:08:57 -08:00
|
|
|
background-image: linear-gradient(color-stops($module-border-color + #222, $module-border-color))
|
2011-07-01 12:38:13 -07:00
|
|
|
border-right: 1px solid $module-border-color
|
|
|
|
|
|
|
|
.campaign-progress-wrapper, .campaign-progress
|
|
|
|
height: 2.5em
|
|
|
|
|
|
|
|
.campaign-progress-label
|
|
|
|
+text-shadow(#777, -1px, -1px, 0)
|
2014-09-11 16:09:00 -07:00
|
|
|
color: white
|
2011-07-01 12:38:13 -07:00
|
|
|
font-size: 150%
|
|
|
|
left: 0
|
|
|
|
position: absolute
|
|
|
|
top: 0
|
|
|
|
text-align: center
|
|
|
|
width: 100%
|
|
|
|
|
2014-09-11 16:09:00 -07:00
|
|
|
a
|
|
|
|
color: inherit
|
|
|
|
display: block
|
|
|
|
text-decoration: none
|
|
|
|
|
|
|
|
.button
|
|
|
|
position: relative
|
|
|
|
top: -2px /* lame hack to align well with text; sigh */
|
2011-07-01 12:38:13 -07:00
|
|
|
|
|
|
|
&.campaign-loaded
|
|
|
|
.campaign-progress-wrapper
|
2013-03-05 18:08:57 -08:00
|
|
|
visibility: visible
|