0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-17 09:52:29 +01:00

Merge pull request #18450 from twbs/more-font-weight-vars

Add 3 more font-weight variables
This commit is contained in:
Mark Otto 2015-12-06 16:24:31 -08:00
commit 873a9409a3
4 changed files with 8 additions and 3 deletions

View File

@ -27,7 +27,7 @@ kbd {
kbd {
padding: 0;
font-size: 100%;
font-weight: bold;
font-weight: $nested-kbd-font-weight;
@include box-shadow(none);
}
}

View File

@ -7,7 +7,7 @@
display: inline-block;
padding: .25em .4em;
font-size: 75%;
font-weight: bold;
font-weight: $label-font-weight;
line-height: 1;
color: $label-color;
text-align: center;

View File

@ -129,7 +129,7 @@ ul ol {
}
dt {
font-weight: bold;
font-weight: $dt-font-weight;
}
dd {

View File

@ -176,6 +176,10 @@ $blockquote-border-color: $gray-lighter !default;
$hr-border-color: rgba(0,0,0,.1) !default;
$hr-border-width: $border-width !default;
$dt-font-weight: bold !default;
$nested-kbd-font-weight: bold !default;
// Components
//
@ -501,6 +505,7 @@ $label-danger-bg: $brand-danger !default;
$label-color: #fff !default;
$label-link-hover-color: #fff !default;
$label-font-weight: bold !default;
// Modals