vant/packages/cell-group/index.less

13 lines
281 B
Plaintext

@import '../style/var';
.van-cell-group {
background-color: @cell-group-background-color;
&__title {
color: @cell-group-title-color;
padding: @cell-group-title-padding;
font-size: @cell-group-title-font-size;
line-height: @cell-group-title-line-height;
}
}