1
0
mirror of https://github.com/flarum/core.git synced 2025-08-08 09:26:34 +02:00

Add less changes from #1950

They got lost when I dropped the commits
This commit is contained in:
David Sevilla Martin
2020-04-20 15:44:53 -04:00
parent 81b2f4a74e
commit 2c2f6fd4ed
6 changed files with 67 additions and 26 deletions

View File

@@ -12,3 +12,12 @@
.LoadingIndicator--block {
height: 100px;
}
@keyframes spinner-line-fade-default {
0%, 100% {
opacity: 0.22; /* minimum opacity */
}
1% {
opacity: 1;
}
}