mirror of
https://github.com/penpot/penpot.git
synced 2025-08-03 21:08:30 +02:00
♻️ 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:
parent
582ec187f8
commit
d337dbfa5d
18 changed files with 52 additions and 40 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue