Commit 8358471a authored by Chris Rebert's avatar Chris Rebert
Browse files

Merge pull request #19212 from twbs/label-padding-x-y

Extract $label-padding-{x,y} variables
parents 2a2462d2 1d634a07
Showing with 3 additions and 1 deletion
+3 -1
......@@ -5,7 +5,7 @@
.label {
display: inline-block;
padding: .25em .4em;
padding: $label-padding-y $label-padding-x;
font-size: 75%;
font-weight: $label-font-weight;
line-height: 1;
......
......@@ -619,6 +619,8 @@ $label-danger-bg: $brand-danger !default;
$label-color: #fff !default;
$label-link-hover-color: #fff !default;
$label-font-weight: bold !default;
$label-padding-x: .4em !default;
$label-padding-y: .25em !default;
// Modals
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment