antd-mini
Version:
antd-mini 是支付宝小程序 UI 组件库,遵循 Ant Design 规范。
33 lines (26 loc) • 849 B
text/less
@import (reference) '../style/themes/index.less';
@import (reference) '../style/variables.less';
/* check-list */
/* background-color | 背景色 */
@checklist-background-color: var(--checklist-background-color, @COLOR_BRAND1);
@check-list-item-title-color: var(--check-list-item-title-color, @COLOR_TEXT_PRIMARY);
/* check-list-item */
/* background-color | 背景色 */
@check-list-item-background-color: var(
--check-list-item-background-color,
@COLOR_CARD
);
@check-list-item-hover-background-color: var(
--check-list-item-hover-background-color,
@COLOR_BORDER
);
/* text-color | 字体颜色 */
@check-list-item-content-color: var(
--check-list-item-content-color,
@COLOR_TEXT_PRIMARY
);
/* text-color | 字体颜色 */
@check-list-item-description-color: var(
--check-list-item-description-color,
@COLOR_TEXT_ASSIST
);