1
0
mirror of https://github.com/flarum/core.git synced 2025-06-01 03:55:13 +02:00
php-flarum/less/lib/components.less

18 lines
278 B
Plaintext

// ------------------------------------
// Tooltips
.tooltip-inner {
padding: 7px 12px;
}
// ------------------------------------
// Loading Indicators
.loading-indicator {
position: relative;
color: @fl-secondary-color;
}
.loading-indicator-block {
height: 100px;
}