38 lines
1.2 KiB
CSS
38 lines
1.2 KiB
CSS
.wp-block-carhop-blocks-dbmob-archives {
|
|
@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 col-span-2;
|
|
label {
|
|
@apply block text-lg text-primary !font-normal nunito normal-case mb-2;
|
|
}
|
|
input {
|
|
@apply w-full p-2 border border-solid border-primary rounded-full max-w-sm;
|
|
}
|
|
}
|
|
|
|
.dbmob-grid {
|
|
@apply grid grid-cols-1 md:grid-cols-2 gap-4 py-6;
|
|
}
|
|
|
|
.load-more-button {
|
|
@apply text-center !mx-auto w-fit;
|
|
}
|
|
}
|