CSS: Use vars for input padding

This commit is contained in:
Florian Strohmaier 2019-07-01 17:06:52 +02:00 committed by Johannes Meyer
parent 21055d2bfe
commit 333d702a9a
1 changed files with 1 additions and 1 deletions

View File

@ -154,7 +154,7 @@ form input {
.form-controls .toggle-switch,
.form-controls input {
font-size: inherit;
padding: .5625em;
padding: @vertical-padding @vertical-padding;
}
.control-group .toggle-switch,