SPR-908: QS - variablennutzung
This commit is contained in:
parent
2e7555ebeb
commit
4887064b86
1 changed files with 2 additions and 2 deletions
|
@ -183,14 +183,14 @@ button[type=submit],
|
|||
}
|
||||
|
||||
button[type='reset'] {
|
||||
min-height: 2rem;
|
||||
min-height: @formfield_min-height;
|
||||
vertical-align: middle;
|
||||
padding: .3em 1rem;
|
||||
}
|
||||
|
||||
input[type=submit],
|
||||
button[type=submit] {
|
||||
min-height: 2rem;
|
||||
min-height: @formfield_min-height;
|
||||
vertical-align: middle;
|
||||
|
||||
&[disabled] {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue