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'] {
|
button[type='reset'] {
|
||||||
min-height: 2rem;
|
min-height: @formfield_min-height;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
padding: .3em 1rem;
|
padding: .3em 1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
input[type=submit],
|
input[type=submit],
|
||||||
button[type=submit] {
|
button[type=submit] {
|
||||||
min-height: 2rem;
|
min-height: @formfield_min-height;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
|
|
||||||
&[disabled] {
|
&[disabled] {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue