2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-24 14:04:09 +03:00

Introduce $mark-bg variable so that <mark>'s background-color can be customized independently of $state-warning-bg

[skip sauce]
[skip validator]
This commit is contained in:
Chris Rebert
2016-02-16 00:04:30 -08:00
parent 5f455319e2
commit cdc0a7a748
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -67,7 +67,7 @@ small,
mark,
.mark {
padding: .2em;
background-color: $state-warning-bg;
background-color: $mark-bg;
}
+1
View File
@@ -549,6 +549,7 @@ $state-info-border: darken($state-info-bg, 7%) !default;
$state-warning-text: #8a6d3b !default;
$state-warning-bg: #fcf8e3 !default;
$mark-bg: $state-warning-bg !default;
$state-warning-border: darken($state-warning-bg, 5%) !default;
$state-danger-text: #a94442 !default;