♻️ Connect line-heigh values to variables and set scale

Signed-off-by: Ondřej Konečný <ondrej.konecny@gmail.com>
This commit is contained in:
Ondřej Konečný 2023-02-24 14:26:44 +01:00 committed by Andrey Antukh
parent 582ec187f8
commit d337dbfa5d
18 changed files with 52 additions and 40 deletions

View file

@ -500,7 +500,7 @@ input[type="radio"],
input[type="checkbox"] {
box-sizing: border-box;
cursor: pointer;
line-height: normal;
line-height: $lh-normal;
margin-top: 1px 0 0;
}