[improvement] Stepper: optimize style (#3712)

This commit is contained in:
neverland
2019-07-01 20:30:09 +08:00
committed by GitHub
parent 3d0c6ae504
commit e901a522ad
2 changed files with 9 additions and 8 deletions
+2 -2
View File
@@ -473,8 +473,8 @@
@stepper-button-icon-color: @text-color;
@stepper-button-disabled-color: #f7f8fa;
@stepper-button-disabled-icon-color: @gray;
@stepper-input-width: 30px;
@stepper-input-height: 26px;
@stepper-input-width: 32px;
@stepper-input-height: 28px;
@stepper-input-font-size: 14px;
@stepper-input-text-color: @text-color;
@stepper-input-disabled-text-color: @gray;