buttons height and position to label

This commit is contained in:
Silke Pisulla 2017-03-08 11:28:56 +01:00
commit 437798b617
2 changed files with 6 additions and 0 deletions

View file

@ -632,11 +632,16 @@ button[type=submit],
}
button[type='reset'] {
min-height: 2rem;
vertical-align: middle;
padding: .3em 1rem;
}
input[type=submit],
button[type=submit] {
min-height: 2rem;
vertical-align: middle;
&[disabled] {
cursor: default;