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