2022-03-01 08:31:16 +00:00
|
|
|
@import '../../style/themes/index';
|
2021-06-23 06:44:21 +00:00
|
|
|
|
2022-03-01 08:31:16 +00:00
|
|
|
@list-prefix-cls: ~'@{ant-prefix}-list';
|
2021-06-23 06:44:21 +00:00
|
|
|
@card-prefix-cls: ~'@{ant-prefix}-card';
|
|
|
|
|
|
|
|
.@{list-prefix-cls} {
|
|
|
|
// =================== Dard Hook Components ===================
|
|
|
|
.@{card-prefix-cls} {
|
|
|
|
& when (@theme = dark) {
|
|
|
|
background: @list-customize-card-bg;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|