use variable for password input height

This commit is contained in:
David Benqué
2020-02-05 13:11:25 +00:00
parent 5cb266838a
commit 443fb6e22d
4 changed files with 8 additions and 1 deletions

View File

@@ -138,6 +138,7 @@
padding: 5px;
padding-left: 15px;
&[type="number"] {
height: @variables_input-height + 2px; // to avoid cropped numbers
border-right: 1px solid #adadad;
}
&[type="checkbox"] {