Refs #14368
[skip sauce]
[skip validator]
kbd {
padding: 0;
font-size: 100%;
- font-weight: bold;
+ font-weight: $nested-kbd-font-weight;
@include box-shadow(none);
}
}
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;
}
dt {
- font-weight: bold;
+ font-weight: $dt-font-weight;
}
dd {
$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
//
$label-color: #fff !default;
$label-link-hover-color: #fff !default;
+$label-font-weight: bold !default;
// Modals