[improvement] Stepper: use @stepper-input-height to set button size (#3906)

This commit is contained in:
neverland 2019-07-20 10:19:59 +08:00 committed by GitHub
parent 7d9c8a810f
commit 005c2b0d7a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,8 +8,8 @@
&__plus {
position: relative;
box-sizing: border-box;
width: 28px;
height: 28px;
width: @stepper-input-height;
height: @stepper-input-height;
margin: 0;
padding: 5px;
color: @stepper-button-icon-color;