impress/app/assets/stylesheets/partials/_campaign-progress.sass

54 lines
1.4 KiB
Sass
Raw Normal View History

2015-08-05 16:26:12 -07:00
$campaign-border-color: #006
$campaign-background-color: #eef
$campaign-text-color: #004
$campaign-link-color: $campaign-text-color + #222
2015-08-05 16:26:12 -07:00
=campaign-progress
.campaign-progress-wrapper
+border-radius(8px)
2015-08-05 16:26:12 -07:00
background: desaturate(lighten($campaign-border-color, 30%), 85%)
background-image: linear-gradient(color-stops(desaturate(lighten($campaign-border-color, 50%), 85%), desaturate(lighten($campaign-border-color, 30%), 85%)))
2015-08-05 16:26:12 -07:00
border: 4px solid $campaign-border-color
clear: both
margin-bottom: 1em
margin-top: .5em
position: relative
.button
2014-09-11 16:09:00 -07:00
+awesome-button
+loud-awesome-button-color
font-size: 75%
margin-left: 1em
padding: .25em .75em
.campaign-progress
2015-08-05 16:26:12 -07:00
background: $campaign-border-color
background-image: linear-gradient(color-stops($campaign-border-color + #222, $campaign-border-color))
border-right: 1px solid $campaign-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
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 */
&.campaign-loaded
.campaign-progress-wrapper
visibility: visible