mirror of
https://github.com/flarum/framework.git
synced 2025-02-05 00:49:29 +08:00
18 lines
281 B
Plaintext
18 lines
281 B
Plaintext
|
// ------------------------------------
|
||
|
// Tooltips
|
||
|
|
||
|
.tooltip-inner {
|
||
|
padding: 5px 10px;
|
||
|
}
|
||
|
|
||
|
// ------------------------------------
|
||
|
// Loading Indicators
|
||
|
|
||
|
.loading-indicator {
|
||
|
position: relative;
|
||
|
color: @fl-body-primary-color;
|
||
|
}
|
||
|
.loading-indicator-block {
|
||
|
height: 100px;
|
||
|
}
|