fix: fix input

This commit is contained in:
Kazhnuz Klappsthul 2023-05-02 12:52:33 +02:00
parent 9fb377828f
commit f655cdbe63
2 changed files with 4 additions and 4 deletions

View File

@ -4,6 +4,6 @@ textarea {
background-color: $color-background;
border-radius: $btn-radius;
border: 0px solid rgba(0, 0, 0, 0);
padding: $lineheight/4;
line-height: $lineheight;
padding: $lineheight_rel / 4;
line-height: $lineheight_rel;
}

View File

@ -1533,8 +1533,8 @@ textarea {
background-color: #fefefe;
border-radius: 4px;
border: 0px solid rgba(0, 0, 0, 0);
padding: 0.4rem;
line-height: 1.6rem; }
padding: 0.4em;
line-height: 1.6em; }
/* 1. Utils
** All the utilities class of the stylesheet