aboutsummaryrefslogtreecommitdiff
path: root/scss/_type.scss
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2016-02-15 23:55:19 -0800
committerChris Rebert <[email protected]>2016-02-15 23:55:20 -0800
commit7441beba67bb2e387e647de5d7f69566565594a8 (patch)
tree48054c9307665c4faf3c3ac97cc9244f92211fe6 /scss/_type.scss
parent2a2462d25368d378745481f364e5ae1406e69812 (diff)
downloadbootstrap-7441beba67bb2e387e647de5d7f69566565594a8.tar.xz
bootstrap-7441beba67bb2e387e647de5d7f69566565594a8.zip
Add $mark-padding variable
[skip sauce] [skip validator]
Diffstat (limited to 'scss/_type.scss')
-rw-r--r--scss/_type.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/_type.scss b/scss/_type.scss
index 107575779..ba476d889 100644
--- a/scss/_type.scss
+++ b/scss/_type.scss
@@ -66,7 +66,7 @@ small,
mark,
.mark {
- padding: .2em;
+ padding: $mark-padding;
background-color: $state-warning-bg;
}