mirror of
https://github.com/zoriya/flood.git
synced 2026-06-12 14:06:10 +00:00
Add loading indicator to add torrents button
This commit is contained in:
@@ -1,3 +1,13 @@
|
||||
@keyframes loading-indicator-dots-pulse {
|
||||
0% {
|
||||
fill-opacity: 0.2;
|
||||
}
|
||||
|
||||
100% {
|
||||
fill-opacity: 0.8;
|
||||
}
|
||||
}
|
||||
|
||||
.icon {
|
||||
|
||||
&--eta {
|
||||
@@ -9,4 +19,26 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
&--loading-indicator {
|
||||
|
||||
.loading-indicator {
|
||||
|
||||
&--dots {
|
||||
|
||||
&__dot {
|
||||
animation: loading-indicator-dots-pulse 0.6s linear alternate infinite;
|
||||
fill: $white;
|
||||
|
||||
&--center {
|
||||
animation-delay: 0.2s;
|
||||
}
|
||||
|
||||
&--right {
|
||||
animation-delay: 0.4s;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user