From c845f05c05836f9eae2f65db0085a39df38de000 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fede=20=C3=81lvarez?= Date: Mon, 23 May 2022 19:26:54 +0200 Subject: [PATCH] General styles --- src/components/primitives/link/link.module.scss | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/components/primitives/link/link.module.scss b/src/components/primitives/link/link.module.scss index 4c003a2..12e22c2 100644 --- a/src/components/primitives/link/link.module.scss +++ b/src/components/primitives/link/link.module.scss @@ -103,8 +103,9 @@ &::before { opacity: 1; - width: 90%; - transition: width var(--duration-normal) var(--ease); + + // width: 90%; + transition: opacity var(--duration-normal) var(--ease); } } } @@ -121,7 +122,7 @@ } &::before { - top: 110%; + top: 102%; } } }