mirror of
https://gitee.com/ant-design-blazor/ant-design-blazor.git
synced 2024-12-14 17:01:18 +08:00
84ca70e8b7
fixed #1
13 lines
263 B
Plaintext
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;
|
|
}
|
|
}
|
|
}
|