mirror of
https://github.com/twbs/bootstrap.git
synced 2025-01-29 21:52:22 +01:00
Merge pull request #19212 from twbs/label-padding-x-y
Extract $label-padding-{x,y} variables
This commit is contained in:
commit
8358471aa5
@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
.label {
|
.label {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
padding: .25em .4em;
|
padding: $label-padding-y $label-padding-x;
|
||||||
font-size: 75%;
|
font-size: 75%;
|
||||||
font-weight: $label-font-weight;
|
font-weight: $label-font-weight;
|
||||||
line-height: 1;
|
line-height: 1;
|
||||||
|
@ -619,6 +619,8 @@ $label-danger-bg: $brand-danger !default;
|
|||||||
$label-color: #fff !default;
|
$label-color: #fff !default;
|
||||||
$label-link-hover-color: #fff !default;
|
$label-link-hover-color: #fff !default;
|
||||||
$label-font-weight: bold !default;
|
$label-font-weight: bold !default;
|
||||||
|
$label-padding-x: .4em !default;
|
||||||
|
$label-padding-y: .25em !default;
|
||||||
|
|
||||||
|
|
||||||
// Modals
|
// Modals
|
||||||
|
Loading…
x
Reference in New Issue
Block a user