diff options
| author | Mark Otto <[email protected]> | 2021-04-04 11:44:30 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2021-04-04 20:08:15 -0700 |
| commit | 062ecf67b2b1fefbef8e2d49b95015308e909699 (patch) | |
| tree | a603ca0059afddeb3c512cadea98b0ce724c0f56 /scss/_variables.scss | |
| parent | 056ad3ad9506a118ca77e3947cffbcef9d46fcd0 (diff) | |
| download | bootstrap-062ecf67b2b1fefbef8e2d49b95015308e909699.tar.xz bootstrap-062ecf67b2b1fefbef8e2d49b95015308e909699.zip | |
Spinner alignment changes
Diffstat (limited to 'scss/_variables.scss')
| -rw-r--r-- | scss/_variables.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scss/_variables.scss b/scss/_variables.scss index 8e36bd59b..4c7ce3b0b 100644 --- a/scss/_variables.scss +++ b/scss/_variables.scss @@ -1406,6 +1406,7 @@ $carousel-dark-control-icon-filter: invert(1) grayscale(100) !default; // scss-docs-start spinner-variables $spinner-width: 2rem !default; $spinner-height: $spinner-width !default; +$spinner-vertical-align: -.125em !default; $spinner-border-width: .25em !default; $spinner-animation-speed: .75s !default; |
