Change loader color to white

This commit is contained in:
Stephan
2023-03-14 09:02:11 +01:00
parent d55ef628c7
commit 2a56cbf350
+4
View File
@@ -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);