mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-08-24 12:59:45 +08:00
21 lines
666 B
Plaintext
21 lines
666 B
Plaintext
@import '../style/var.less';
|
|
|
|
@field-label-width: 6.2em;
|
|
@field-label-color: @gray-7;
|
|
@field-label-margin-right: @padding-sm;
|
|
@field-input-text-color: @text-color;
|
|
@field-input-error-text-color: @red;
|
|
@field-input-disabled-text-color: @gray-5;
|
|
@field-placeholder-text-color: @gray-5;
|
|
@field-icon-size: 16px;
|
|
@field-clear-icon-size: 16px;
|
|
@field-clear-icon-color: @gray-5;
|
|
@field-right-icon-color: @gray-6;
|
|
@field-error-message-color: @red;
|
|
@field-error-message-text-color: 12px;
|
|
@field-text-area-min-height: 60px;
|
|
@field-word-limit-color: @gray-7;
|
|
@field-word-limit-font-size: @font-size-sm;
|
|
@field-word-limit-line-height: 16px;
|
|
@field-disabled-text-color: @gray-5;
|