framework/less/lib/components.less

34 lines
561 B
Plaintext
Raw Normal View History

// ------------------------------------
// Tooltips
.tooltip-inner {
2015-04-25 22:31:30 +09:30
padding: 7px 12px;
}
// ------------------------------------
// Loading Indicators
.loading-indicator {
position: relative;
2015-06-03 18:11:43 +09:30
color: @fl-body-muted-color;
2015-05-27 16:22:02 +09:30
}
.loading-indicator-inline {
display: inline-block;
width: 25px;
}
.loading-indicator-block {
height: 100px;
}
2015-06-01 08:48:10 +09:30
hr {
border-top: 2px solid @fl-body-secondary-color;
}
2015-06-03 18:10:56 +09:30
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);
}