extract 26px line height for inputs to variable

This commit is contained in:
Johannes Loher 2021-01-04 20:28:33 +01:00
parent 7cb6080808
commit 0db345c7de
3 changed files with 5 additions and 3 deletions

View file

@ -13,7 +13,7 @@
justify-content: left;
label {
line-height: 26px;
line-height: $default-input-height;
font-weight: bold;
}