1
0
mirror of https://github.com/flarum/core.git synced 2025-07-30 21:20:24 +02:00

Replace spin.js with a CSS-only loading spinner (#2764)

* Create CSS only loading indicator

* Core mods to fix Loading Indicator usage

* Remove extra whitespace

* Attrs interface extends ComponentAttrs and is exported

* Add doc block about custom styling
This commit is contained in:
David Wheatley
2021-04-09 00:42:32 +01:00
committed by GitHub
parent c006931798
commit f76524a5de
6 changed files with 140 additions and 60 deletions

View File

@@ -2,7 +2,7 @@
text-align: center;
margin-top: 10px;
.LoadingIndicator {
.LoadingIndicator-container {
height: 46px;
}
}