mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-29 16:19:53 +02:00
Extract $kbd-box-shadow variable
This commit is contained in:
@@ -22,7 +22,7 @@ kbd {
|
|||||||
color: $kbd-color;
|
color: $kbd-color;
|
||||||
background-color: $kbd-bg;
|
background-color: $kbd-bg;
|
||||||
@include border-radius($border-radius-sm);
|
@include border-radius($border-radius-sm);
|
||||||
@include box-shadow(inset 0 -.1rem 0 rgba(0,0,0,.25));
|
@include box-shadow($kbd-box-shadow);
|
||||||
|
|
||||||
kbd {
|
kbd {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
@@ -191,6 +191,7 @@ $hr-border-width: $border-width !default;
|
|||||||
|
|
||||||
$dt-font-weight: bold !default;
|
$dt-font-weight: bold !default;
|
||||||
|
|
||||||
|
$kbd-box-shadow: inset 0 -.1rem 0 rgba(0,0,0,.25) !default;
|
||||||
$nested-kbd-font-weight: bold !default;
|
$nested-kbd-font-weight: bold !default;
|
||||||
|
|
||||||
$list-inline-padding: 5px !default;
|
$list-inline-padding: 5px !default;
|
||||||
|
Reference in New Issue
Block a user