framework/less/lib/components.less

18 lines
281 B
Plaintext
Raw Normal View History

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