framework/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;
}