提交
This commit is contained in:
21
甲情_甲意/miniprogram/node_modules/antd-mini/less/Checkbox/variable.less
generated
vendored
Normal file
21
甲情_甲意/miniprogram/node_modules/antd-mini/less/Checkbox/variable.less
generated
vendored
Normal file
@ -0,0 +1,21 @@
|
||||
@import (reference) '../style/themes/index.less';
|
||||
// header 颜色
|
||||
@checkbox-header-color: @COLOR_TEXT_ASSIST;
|
||||
|
||||
/* size | 大小 */
|
||||
@checkbox-size: @icon-size-sm;
|
||||
|
||||
/* corner-radius | 圆角 */
|
||||
@checkbox-corner-radius: @corner-radius-circle;
|
||||
|
||||
/* border-width | 边框宽度 */
|
||||
@checkbox-border-width: @border-width-standard;
|
||||
|
||||
/* color | 边框颜色 */
|
||||
@checkbox-border-color: @COLOR_TEXT_WEAK;
|
||||
|
||||
/* color | check状态背景色 */
|
||||
@checkbox-background-color: @COLOR_BRAND1;
|
||||
|
||||
/* color | disabled状态背景色 */
|
||||
@checkbox-disabled-background: @COLOR_GREY_CARD;
|
Reference in New Issue
Block a user