1
0
mirror of https://github.com/flarum/core.git synced 2025-01-18 06:38:25 +01:00

For some reason this didn't go in with the previous commit

This commit is contained in:
Toby Zerner 2015-03-03 20:31:07 +10:30
parent 1d6616a419
commit b088bfe56d

View 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;
}