refining parcours components
This commit is contained in:
parent
52570890cc
commit
fa93017943
|
|
@ -1,10 +1,10 @@
|
||||||
.previous-next-posts,
|
.previous-next-posts,
|
||||||
.previous-next-parcours,
|
.previous-next-parcours,
|
||||||
.previous-next-questions {
|
.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,
|
&__previous,
|
||||||
&__next {
|
&__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;
|
transition: all 0.2s ease-out;
|
||||||
text-decoration: none !important;
|
text-decoration: none !important;
|
||||||
|
|
||||||
|
|
@ -49,6 +49,7 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.previous-next-parcours,
|
||||||
.previous-next-questions {
|
.previous-next-questions {
|
||||||
&__previous,
|
&__previous,
|
||||||
&__next {
|
&__next {
|
||||||
|
|
@ -58,6 +59,8 @@
|
||||||
w-20
|
w-20
|
||||||
h-20;
|
h-20;
|
||||||
}
|
}
|
||||||
|
.post_denomination,
|
||||||
|
.post_title,
|
||||||
.question_type,
|
.question_type,
|
||||||
.question_title {
|
.question_title {
|
||||||
@apply font-bold;
|
@apply font-bold;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user