|
|
|
@ -14,6 +14,7 @@ $base-line-height: 1.5;
|
|
|
|
|
$spacing-unit: 30px; |
|
|
|
|
|
|
|
|
|
$text-color: #111; |
|
|
|
|
$tag-color: #dcfba2; |
|
|
|
|
$background-color: #fdfdfd; |
|
|
|
|
$brand-color: #2a7ae2; |
|
|
|
|
|
|
|
|
@ -57,22 +58,22 @@ ul.tag_box>li {
|
|
|
|
|
display: inline-block; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
li.label-success { |
|
|
|
|
background-color: $grey-color; |
|
|
|
|
span.label-success { |
|
|
|
|
background-color: $tag-color; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
li.label-success a, li.label-success a:hover { |
|
|
|
|
color: rgb(255, 255, 255); |
|
|
|
|
span.label-success a, span.label-success a:hover { |
|
|
|
|
color: $text-color; |
|
|
|
|
text-decoration: none; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
li.label { |
|
|
|
|
span.label { |
|
|
|
|
display: inline; |
|
|
|
|
padding: 0.2em 0.6em 0.3em; |
|
|
|
|
font-size: 75%; |
|
|
|
|
font-weight: 700; |
|
|
|
|
line-height: 1; |
|
|
|
|
color: rgb(255, 255, 255); |
|
|
|
|
color: $text-color; |
|
|
|
|
text-align: center; |
|
|
|
|
white-space: nowrap; |
|
|
|
|
vertical-align: baseline; |
|
|
|
|