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

@ -5,4 +5,6 @@ $margin-sm: $padding-sm;
$margin-md: $padding-md;
$margin-lg: $padding-lg;
$default-input-height: 26px;
$official-assets-path: "assets/official";