We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ee9e26 commit 7db6c7fCopy full SHA for 7db6c7f
scss/_spinner.scss
@@ -73,4 +73,28 @@
73
stop-color: $spinner-light-fill;
74
}
75
76
+ &.spinner-stable .stop2 {
77
+ stop-color: $spinner-stable-fill;
78
+ }
79
+ &.spinner-positive .stop2 {
80
+ stop-color: $spinner-positive-fill;
81
82
+ &.spinner-calm .stop2 {
83
+ stop-color: $spinner-calm-fill;
84
85
+ &.spinner-balanced .stop2 {
86
+ stop-color: $spinner-balanced-fill;
87
88
+ &.spinner-assertive .stop2 {
89
+ stop-color: $spinner-assertive-fill;
90
91
+ &.spinner-energized .stop2 {
92
+ stop-color: $spinner-energized-fill;
93
94
+ &.spinner-royal .stop2 {
95
+ stop-color: $spinner-royal-fill;
96
97
+ &.spinner-dark .stop2 {
98
+ stop-color: $spinner-dark-fill;
99
100
0 commit comments