1
0
mirror of https://github.com/flarum/core.git synced 2025-02-23 10:46:29 +01:00
php-flarum/less/lib/components.less

18 lines
281 B
Plaintext
Raw Normal View History

// ------------------------------------
// Tooltips
.tooltip-inner {
2015-04-25 22:31:30 +09:30
padding: 7px 12px;
}
// ------------------------------------
// Loading Indicators
.loading-indicator {
position: relative;
color: @fl-body-primary-color;
}
.loading-indicator-block {
height: 100px;
}