File tree 1 file changed +3
-9
lines changed
1 file changed +3
-9
lines changed Original file line number Diff line number Diff line change 7
7
}
8
8
9
9
.spinner-border {
10
- position : relative ;
11
10
display : inline-block ;
12
11
width : $spinner-width ;
13
12
height : $spinner-height ;
14
13
overflow : hidden ;
15
14
text-indent : -999em ;
16
15
vertical-align : text-bottom ;
17
- border : $spinner-border-width solid ;
18
- border-color : currentColor transparent currentColor currentColor ;
16
+ border : $spinner-border-width solid currentColor ;
17
+ border-right- color : transparent ;
19
18
border-radius : 50% ;
20
19
animation : spinner- border .75s linear infinite ;
21
20
}
32
31
33
32
@keyframes spinner-grow {
34
33
0% {
35
- opacity : 0 ;
36
34
transform : scale (0 );
37
35
}
38
36
50% {
39
37
opacity : 1 ;
40
38
}
41
- 100% {
42
- opacity : 0 ;
43
- transform : scale (1 );
44
- }
45
39
}
46
40
47
41
.spinner-grow {
48
- position : relative ;
49
42
display : inline-block ;
50
43
width : $spinner-width ;
51
44
height : $spinner-height ;
54
47
vertical-align : text-bottom ;
55
48
background-color : currentColor ;
56
49
border-radius : 50% ;
50
+ opacity : 0 ;
57
51
animation : spinner- grow .75s linear infinite ;
58
52
}
59
53
You can’t perform that action at this time.
0 commit comments