mirror of
https://github.com/flarum/core.git
synced 2025-08-01 22:20:21 +02:00
For some reason this didn't go in with the previous commit
This commit is contained in:
17
ember/app/styles/flarum/components.less
Normal file
17
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;
|
||||||
|
}
|
Reference in New Issue
Block a user