mirror of
https://github.com/flarum/core.git
synced 2025-08-08 09:26:34 +02:00
@@ -12,3 +12,12 @@
|
||||
.LoadingIndicator--block {
|
||||
height: 100px;
|
||||
}
|
||||
|
||||
@keyframes spinner-line-fade-default {
|
||||
0%, 100% {
|
||||
opacity: 0.22; /* minimum opacity */
|
||||
}
|
||||
1% {
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user