style: don't force an height on buttons (#21771)

This commit is contained in:
Frédéric Péters 2018-02-10 10:37:54 +01:00
parent 16f04e0bb6
commit 5be8fcc2ec
1 changed files with 5 additions and 2 deletions

View File

@ -66,8 +66,7 @@ a.button, button, input[type=submit], div.buttons input {
cursor: pointer;
border: 0px solid #aaa;
@include vendor-prefix('transition', 'all 200ms ease');
height: 2.5em;
vertical-align: middle;
vertical-align: baseline;
border-radius: 3px;
font-weight: bold;
}
@ -84,6 +83,10 @@ a.button, button, input[type=submit], div.buttons input {
@include vendor-prefix('transition', 'background 0.2s ease, box-shadow 0.2s linear');
}
input[type=submit] {
height: 2.3rem;
}
a.cancel-button, button.cancel-button, div.buttons .cancel-button input, div.buttons .cancel-button button {
background: $button-cancel-color;
border-color: $button-cancel-color;