few tweaks

This commit is contained in:
Antoine M 2024-07-19 09:28:04 +02:00
parent 4b1c60758a
commit 01a471acc7

View File

@ -7,7 +7,6 @@
@apply py-4; @apply py-4;
} }
aside a { aside a {
@apply !block;
text-decoration: none !important; text-decoration: none !important;
@apply !font-normal !text-black; @apply !font-normal !text-black;
transition: all 0.1 !important; transition: all 0.1 !important;
@ -59,21 +58,21 @@
@apply sticky top-0; @apply sticky top-0;
} }
.parcours-other-steps-suggestion { .parcours-other-steps-suggestion {
@apply !font-bold; @apply !font-bold flex;
} }
} }
.current-steps-index {
@apply !static;
}
.current-steps-index { .current-steps-index {
@apply chapter_index; @apply chapter_index;
@apply !static;
.chapter_index__list { .chapter_index__list {
@apply !relative; @apply !relative;
} }
.chapter_index__link { .chapter_index__link {
@apply !static; @apply !static;
a {
@apply !block;
}
} }
.chapter_index__title { .chapter_index__title {
@apply my-0; @apply my-0;