From 7d9f874364ec6e255e62eb3027011bfed267904c Mon Sep 17 00:00:00 2001 From: Armand Philippot Date: Tue, 17 May 2022 18:37:38 +0200 Subject: chore: adjust articles styles * change animation on article card hover * change comments section alignment --- .../molecules/buttons/heading-button.module.scss | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) (limited to 'src/components/molecules/buttons/heading-button.module.scss') diff --git a/src/components/molecules/buttons/heading-button.module.scss b/src/components/molecules/buttons/heading-button.module.scss index 9c278e4..3c69221 100644 --- a/src/components/molecules/buttons/heading-button.module.scss +++ b/src/components/molecules/buttons/heading-button.module.scss @@ -20,6 +20,14 @@ border-bottom: fun.convert-px(2) solid var(--color-primary-dark); cursor: pointer; + .heading { + padding: var(--spacing-2xs) 0; + background: none; + font-size: var(--font-size-xl); + font-weight: 500; + text-align: left; + } + &:hover, &:focus { .icon { @@ -34,10 +42,3 @@ } } } - -.heading { - padding: var(--spacing-2xs) 0; - background: none; - font-size: var(--font-size-xl); - text-align: left; -} -- cgit v1.2.3