diff options
| author | Martijn Cuppens <[email protected]> | 2018-12-21 22:55:05 +0100 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2018-12-21 13:55:05 -0800 |
| commit | fc841b0cebc1a96e995cb9bd2d13c994b7a24268 (patch) | |
| tree | d44423c7eaf6f65392e2556c291bfbc82e0d09fc /scss/_variables.scss | |
| parent | 9d3930b6dd9232c1a5d8b900c601e2424835f75b (diff) | |
| download | bootstrap-fc841b0cebc1a96e995cb9bd2d13c994b7a24268.tar.xz bootstrap-fc841b0cebc1a96e995cb9bd2d13c994b7a24268.zip | |
#27135: themed link focus state & selector improvement (#27136)
Diffstat (limited to 'scss/_variables.scss')
| -rw-r--r-- | scss/_variables.scss | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scss/_variables.scss b/scss/_variables.scss index 275a8ede9..add1c1bfe 100644 --- a/scss/_variables.scss +++ b/scss/_variables.scss @@ -892,6 +892,9 @@ $badge-padding-y: .25em !default; $badge-padding-x: .4em !default; $badge-border-radius: $border-radius !default; +$badge-transition: $btn-transition !default; +$badge-focus-width: $input-btn-focus-width !default; + $badge-pill-padding-x: .6em !default; // Use a higher than normal value to ensure completely rounded edges when // customizing padding or font-size on labels. |
