framework/less/lib/components.less

33 lines
530 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;
2015-05-27 14:52:02 +08:00
}
.loading-indicator-inline {
display: inline-block;
width: 25px;
}
.loading-indicator-block {
height: 100px;
}
2015-06-01 07:18:10 +08:00
hr {
border-top: 2px solid @fl-body-secondary-color;
}
2015-06-03 16:40:56 +08:00
mark {
background: #FFE300;
color: @fl-body-color;
padding: 1px;
border-radius: @border-radius-base;
box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}