@winner-fed/wui-theme-redness
Version:
Wui component redness theme.
23 lines (18 loc) • 536 B
text/less
@import './variables';
.win-cell-group {
background-color: @cell-group-background-color;
&--inset {
margin: 0 @padding-md;
overflow: hidden;
border-radius: @border-radius-lg;
}
&__title {
padding: @cell-group-title-padding-top @cell-group-title-padding-h @cell-group-title-padding-bottom;
color: @cell-group-title-color;
font-size: @cell-group-title-font-size;
line-height: @cell-group-title-line-height;
&--inset {
padding: @padding-md @padding-md @padding-xs @padding-xl;
}
}
}