mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-06 04:08:22 +01:00
Merge pull request #18450 from twbs/more-font-weight-vars
Add 3 more font-weight variables
This commit is contained in:
commit
873a9409a3
@ -27,7 +27,7 @@ kbd {
|
|||||||
kbd {
|
kbd {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
font-size: 100%;
|
font-size: 100%;
|
||||||
font-weight: bold;
|
font-weight: $nested-kbd-font-weight;
|
||||||
@include box-shadow(none);
|
@include box-shadow(none);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
display: inline-block;
|
display: inline-block;
|
||||||
padding: .25em .4em;
|
padding: .25em .4em;
|
||||||
font-size: 75%;
|
font-size: 75%;
|
||||||
font-weight: bold;
|
font-weight: $label-font-weight;
|
||||||
line-height: 1;
|
line-height: 1;
|
||||||
color: $label-color;
|
color: $label-color;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
@ -129,7 +129,7 @@ ul ol {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dt {
|
dt {
|
||||||
font-weight: bold;
|
font-weight: $dt-font-weight;
|
||||||
}
|
}
|
||||||
|
|
||||||
dd {
|
dd {
|
||||||
|
@ -176,6 +176,10 @@ $blockquote-border-color: $gray-lighter !default;
|
|||||||
$hr-border-color: rgba(0,0,0,.1) !default;
|
$hr-border-color: rgba(0,0,0,.1) !default;
|
||||||
$hr-border-width: $border-width !default;
|
$hr-border-width: $border-width !default;
|
||||||
|
|
||||||
|
$dt-font-weight: bold !default;
|
||||||
|
|
||||||
|
$nested-kbd-font-weight: bold !default;
|
||||||
|
|
||||||
|
|
||||||
// Components
|
// Components
|
||||||
//
|
//
|
||||||
@ -501,6 +505,7 @@ $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;
|
||||||
|
|
||||||
|
|
||||||
// Modals
|
// Modals
|
||||||
|
Loading…
x
Reference in New Issue
Block a user