mirror of
https://github.com/flarum/framework.git
synced 2024-11-25 09:41:49 +08:00
For some reason this didn't go in with the previous commit
This commit is contained in:
parent
595364f419
commit
86c4a0dbb8
17
framework/core/ember/app/styles/flarum/components.less
Normal file
17
framework/core/ember/app/styles/flarum/components.less
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
// ------------------------------------
|
||||||
|
// Tooltips
|
||||||
|
|
||||||
|
.tooltip-inner {
|
||||||
|
padding: 5px 10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
// ------------------------------------
|
||||||
|
// Loading Indicators
|
||||||
|
|
||||||
|
.loading-indicator {
|
||||||
|
position: relative;
|
||||||
|
color: @fl-body-primary-color;
|
||||||
|
}
|
||||||
|
.loading-indicator-block {
|
||||||
|
height: 100px;
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user