2016-05-26 23:34:42 +00:00
|
|
|
.bar {
|
2016-06-01 19:21:21 +00:00
|
|
|
background: transparentize($color-new, .5);
|
2016-05-26 23:34:42 +00:00
|
|
|
display: block;
|
|
|
|
height: 1.4em;
|
|
|
|
position: relative;
|
|
|
|
|
|
|
|
span {
|
2016-06-01 19:21:21 +00:00
|
|
|
background: transparentize($color-new, .92);
|
2016-05-26 23:34:42 +00:00
|
|
|
display: inline-block;
|
|
|
|
height: 1.4em;
|
|
|
|
}
|
|
|
|
|
|
|
|
label {
|
|
|
|
color: $color-white;
|
|
|
|
font-weight: bold;
|
|
|
|
position: absolute;
|
|
|
|
right: .5em;
|
|
|
|
top: .1em;
|
|
|
|
white-space: nowrap;
|
|
|
|
}
|
|
|
|
}
|