refining parcours components

This commit is contained in:
Antoine M 2024-07-19 11:11:03 +02:00
parent 52570890cc
commit fa93017943

View File

@ -1,10 +1,10 @@
.previous-next-posts,
.previous-next-parcours,
.previous-next-questions {
@apply grid md:grid-cols-2 gap-x-6 gap-y-3 mx-auto max-w-screen-xl px-6 xl:px-24 my-16;
@apply grid md:grid-cols-2 gap-x-6 gap-y-3 mx-auto max-w-screen-xl !px-6 xl:px-24 my-16;
&__previous,
&__next {
@apply flex gap-4 bg-white rounded-lg shadowed !py-4 px-6;
@apply flex gap-4 bg-white rounded-lg shadowed !py-4 px-6 items-center;
transition: all 0.2s ease-out;
text-decoration: none !important;
@ -49,6 +49,7 @@
}
}
.previous-next-parcours,
.previous-next-questions {
&__previous,
&__next {
@ -58,6 +59,8 @@
w-20
h-20;
}
.post_denomination,
.post_title,
.question_type,
.question_title {
@apply font-bold;