mirror of
https://github.com/flarum/framework.git
synced 2024-11-25 07:17:34 +08:00
15 lines
246 B
Plaintext
15 lines
246 B
Plaintext
|
// ------------------------------------
|
||
|
// Loading Indicators
|
||
|
|
||
|
.LoadingIndicator {
|
||
|
position: relative;
|
||
|
color: @muted-color;
|
||
|
}
|
||
|
.LoadingIndicator--inline {
|
||
|
display: inline-block;
|
||
|
width: 25px;
|
||
|
}
|
||
|
.LoadingIndicator--block {
|
||
|
height: 100px;
|
||
|
}
|