customize.less 316 B

12345678910111213
  1. @import '../../style/themes/index';
  2. @list-prefix-cls: ~'@{ant-prefix}-list';
  3. @card-prefix-cls: ~'@{ant-prefix}-card';
  4. .@{list-prefix-cls} {
  5. // =================== Dard Hook Components ===================
  6. .@{card-prefix-cls} {
  7. & when (@theme = dark) {
  8. background: @list-customize-card-bg;
  9. }
  10. }
  11. }