[improvement] Stepper: use @stepper-input-height to set button size (#3906)
This commit is contained in:
@@ -8,8 +8,8 @@
|
|||||||
&__plus {
|
&__plus {
|
||||||
position: relative;
|
position: relative;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
width: 28px;
|
width: @stepper-input-height;
|
||||||
height: 28px;
|
height: @stepper-input-height;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
color: @stepper-button-icon-color;
|
color: @stepper-button-icon-color;
|
||||||
|
|||||||
Reference in New Issue
Block a user