File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 12
12
display : inline-block ;
13
13
width : $spinner-width ;
14
14
height : $spinner-height ;
15
- vertical-align : text-bottom ;
15
+ vertical-align : $spinner-vertical-align ;
16
16
border : $spinner-border-width solid currentColor ;
17
17
border-right-color : transparent ;
18
18
// stylelint-disable-next-line property-disallowed-list
46
46
display : inline-block ;
47
47
width : $spinner-width ;
48
48
height : $spinner-height ;
49
- vertical-align : text-bottom ;
49
+ vertical-align : $spinner-vertical-align ;
50
50
background-color : currentColor ;
51
51
// stylelint-disable-next-line property-disallowed-list
52
52
border-radius : 50% ;
Original file line number Diff line number Diff line change @@ -1406,6 +1406,7 @@ $carousel-dark-control-icon-filter: invert(1) grayscale(100) !default;
1406
1406
// scss-docs-start spinner-variables
1407
1407
$spinner-width : 2rem !default ;
1408
1408
$spinner-height : $spinner-width !default ;
1409
+ $spinner-vertical-align : -.125em !default ;
1409
1410
$spinner-border-width : .25em !default ;
1410
1411
$spinner-animation-speed : .75s !default ;
1411
1412
You can’t perform that action at this time.
0 commit comments