elemental
Version:
React UI Framework
19 lines (16 loc) • 363 B
text/less
//
// Blank State (empty list)
// ==============================
.BlankState {
background-color: @blankstate-bg;
border-radius: @blankstate-border-radius;
color: @blankstate-color;
padding: @blankstate-padding-vertical @blankstate-padding-horizontal;
text-align: center;
}
.BlankState__heading {
color: inherit;
&:last-child {
margin-bottom: 0;
}
}