mirror of
https://github.com/ant-design/ant-design.git
synced 2024-12-02 15:59:38 +08:00
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;
|
||
|
}
|
||
|
}
|
||
|
}
|