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;
}
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;