framework/less/lib/components.less
2015-04-25 22:31:30 +09:30

18 lines
281 B
Plaintext

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