@tuoyuan/web
Version:
11 lines (9 loc) • 372 B
text/less
@input-color-border: rgba(0, 0, 0, 0.3);
@input-color-border_hover: rgba(0, 0, 0, 0.7);
@input-color-border_disabled: rgba(0, 0, 0, 0.08);
@input-color-border_error: @color-danger-6;
@input-color-border_error_hover: @color-danger-6;
@input-color-bg: #ffffff;
@input-color-bg_hover: #ffffff;
@input-color-bg_error: #ffffff;
@input-color-bg_error_hover: #ffffff;