[improvement] Field: add less vars (#3168)

This commit is contained in:
neverland
2019-04-17 16:42:58 +08:00
committed by GitHub
parent b5f7e55716
commit acbcd931f6
2 changed files with 28 additions and 14 deletions
+14
View File
@@ -165,6 +165,20 @@
@dialog-has-title-message-padding-top: 12px;
@dialog-confirm-button-text-color: @blue;
// Field
@field-label-max-width: 90px;
@field-input-text-color: @text-color;
@field-input-error-text-color: @red;
@field-input-disabled-text-color: @gray-dark;
@field-placeholder-text-color: @gray-dark;
@field-icon-size: 16px;
@field-clear-icon-size: 16px;
@field-clear-icon-color: @gray;
@field-right-icon-color: @gray-dark;
@field-error-message-color: @red;
@field-error-message-text-color: 12px;
@field-text-area-min-height: 60px;
// Info
@info-size: 16px;
@info-color: @white;