From 01a471acc776420511e01e42b8267635158878b4 Mon Sep 17 00:00:00 2001 From: Antoine M Date: Fri, 19 Jul 2024 09:28:04 +0200 Subject: [PATCH] few tweaks --- resources/css/pages/single-parcours.css | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/resources/css/pages/single-parcours.css b/resources/css/pages/single-parcours.css index 46d23f4..a14c7a6 100644 --- a/resources/css/pages/single-parcours.css +++ b/resources/css/pages/single-parcours.css @@ -7,7 +7,6 @@ @apply py-4; } aside a { - @apply !block; text-decoration: none !important; @apply !font-normal !text-black; transition: all 0.1 !important; @@ -59,21 +58,21 @@ @apply sticky top-0; } .parcours-other-steps-suggestion { - @apply !font-bold; + @apply !font-bold flex; } } - -.current-steps-index { - @apply !static; -} - .current-steps-index { @apply chapter_index; + + @apply !static; .chapter_index__list { @apply !relative; } .chapter_index__link { @apply !static; + a { + @apply !block; + } } .chapter_index__title { @apply my-0;