mirror of
https://github.com/ant-design/ant-design.git
synced 2024-12-01 23:29:30 +08:00
e13c4d4131
* chore: create additional entry * fix: rm recv call * chore: Add default.less as index.less * chore: update entry * fix: row should also translate * chore: rename index-default to index and add index-pure instead * fix: missing transfer customize styl
14 lines
316 B
Plaintext
14 lines
316 B
Plaintext
@import '../../style/themes/index';
|
|
|
|
@list-prefix-cls: ~'@{ant-prefix}-list';
|
|
@card-prefix-cls: ~'@{ant-prefix}-card';
|
|
|
|
.@{list-prefix-cls} {
|
|
// =================== Dard Hook Components ===================
|
|
.@{card-prefix-cls} {
|
|
& when (@theme = dark) {
|
|
background: @list-customize-card-bg;
|
|
}
|
|
}
|
|
}
|