From f655cdbe63179721b53452db1f5323935eaa59fc Mon Sep 17 00:00:00 2001 From: Kazhnuz Date: Tue, 2 May 2023 12:52:33 +0200 Subject: [PATCH] fix: fix input --- scss/components/_input.scss | 4 ++-- style.css | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/scss/components/_input.scss b/scss/components/_input.scss index c558218..34c70a2 100644 --- a/scss/components/_input.scss +++ b/scss/components/_input.scss @@ -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; } \ No newline at end of file diff --git a/style.css b/style.css index f620e55..db0da9b 100644 --- a/style.css +++ b/style.css @@ -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