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

@@ -3,6 +3,7 @@
// Elements size
@variables_bar-height: 32px;
@variables_input-height: 38px;
// Used in modal.less and alertify.less
@variables_padding: 12px;