[improvement] Stepper: add less vars (#3599)

This commit is contained in:
neverland
2019-06-22 11:42:40 +08:00
committed by GitHub
parent e3620e3293
commit 8ecf51a135
2 changed files with 19 additions and 15 deletions
+8 -1
View File
@@ -462,8 +462,15 @@
// Stepper
@stepper-active-color: #e8e8e8;
@stepper-background-color: @active-color;
@stepper-button-icon-color: @text-color;
@stepper-button-disabled-color: #f7f8fa;
@stepper-input-disabled-color: @active-color;
@stepper-button-disabled-icon-color: @gray;
@stepper-input-width: 30px;
@stepper-input-height: 26px;
@stepper-input-font-size: 14px;
@stepper-input-text-color: @text-color;
@stepper-input-disabled-text-color: @gray;
@stepper-input-disabled-background-color: @active-color;
@stepper-border-radius: 4px;
// SubmitBar