Skip to content

Commit

Permalink
fix(NumberPicker): UI for button height not eq input
Browse files Browse the repository at this point in the history
  • Loading branch information
bindoon committed May 27, 2019
1 parent 4f279d8 commit c8b78bb
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/number-picker/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,10 @@
@include icon-size($number-picker-inline-m-button-icon-size);
}

.#{$css-prefix}btn {
height: $form-element-medium-height;
}

.#{$css-prefix}btn:first-child {
margin-right: $number-picker-inline-m-button-margin;
}
Expand All @@ -120,6 +124,10 @@
@include icon-size($number-picker-inline-l-button-icon-size);
}

.#{$css-prefix}btn {
height: $form-element-large-height;
}

.#{$css-prefix}btn:first-child {
margin-right: $number-picker-inline-l-button-margin;
}
Expand Down

0 comments on commit c8b78bb

Please sign in to comment.