ant-design-blazor/components/list/style/customize.less
2020-03-08 15:12:21 +08:00

13 lines
263 B
Plaintext

@import './index.less';
@card-prefix-cls: ~'@{ant-prefix}-card';
.@{list-prefix-cls} {
// =================== Dard Hook Components ===================
.@{card-prefix-cls} {
& when (@theme = dark) {
background: @list-customize-card-bg;
}
}
}