FEATURE Refining aspect

This commit is contained in:
Antoine M 2026-04-08 15:46:37 +02:00
parent 50d559b5e1
commit 1ca5397593

View File

@ -1,15 +1,24 @@
.wp-block-carhop-blocks-dbmob-archives {
.notice-toolbar {
@apply py-5;
@apply mb-12;
.notices-toolbar {
@apply py-5 grid grid-cols-1 md:grid-cols-2 gap-4;
}
.post-count {
&__text {
@apply text-lg text-primary !font-normal nunito normal-case;
}
}
.sort_by {
@apply justify-self-end !w-fit cursor-pointer appearance-none border-primary border-none pr-10 text-primary;
/* Remplace la flèche native (appearance-none) — même asset que .post-grid__toolbar select */
background-color: transparent;
background-image: url('../resources/img/elements/select-drop-button.svg');
background-repeat: no-repeat;
background-position: right 0.25rem center;
background-size: 2rem 2rem;
}
.search-bar {
@apply py-8 border-t border-b border-solid border-primary;
@apply py-8 border-t border-b border-solid border-primary col-span-2;
label {
@apply block text-lg text-primary !font-normal nunito normal-case mb-2;
}
@ -19,6 +28,10 @@
}
.dbmob-grid {
@apply grid grid-cols-1 md:grid-cols-2 gap-4 pt-6 py-12;
@apply grid grid-cols-1 md:grid-cols-2 gap-4 py-6;
}
.load-more-button {
@apply text-center !mx-auto w-fit;
}
}