mirror of
https://github.com/detleph/components.git
synced 2026-09-04 08:36:03 +02:00
Change loader color to white
This commit is contained in:
@@ -69,6 +69,10 @@
|
|||||||
svg {
|
svg {
|
||||||
overflow: visible;
|
overflow: visible;
|
||||||
|
|
||||||
|
circle {
|
||||||
|
fill: white;
|
||||||
|
}
|
||||||
|
|
||||||
@for $i from 1 through 3 {
|
@for $i from 1 through 3 {
|
||||||
:nth-child(#{$i}) {
|
:nth-child(#{$i}) {
|
||||||
animation-delay: calc(7 * #{$i}0ms);
|
animation-delay: calc(7 * #{$i}0ms);
|
||||||
|
|||||||
Reference in New Issue
Block a user