index.less 245 B

123456789101112131415
  1. @import (reference) './variable.less';
  2. @checklistPrefix: ant-checklist;
  3. .@{checklistPrefix} {
  4. &-body {
  5. position: relative;
  6. overflow: hidden;
  7. }
  8. &-item-check-icon {
  9. font-size: @font-size-title;
  10. color: @COLOR_BRAND1;
  11. }
  12. }