[improvement] Field: add less vars (#3168)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user