This commit is contained in:
parent
48489aa9fa
commit
b93aba515f
|
|
@ -1,7 +1,7 @@
|
||||||
.wp-block-carhop-blocks-dbmob-archives {
|
.wp-block-carhop-blocks-dbmob-archives {
|
||||||
@apply mb-12;
|
@apply mb-12;
|
||||||
.notices-toolbar {
|
.notices-toolbar {
|
||||||
@apply py-5 grid grid-cols-1 md:grid-cols-2 gap-4;
|
@apply py-5 grid grid-cols-1 md:grid-cols-2 gap-x-4 gap-y-2;
|
||||||
}
|
}
|
||||||
.post-count {
|
.post-count {
|
||||||
&__text {
|
&__text {
|
||||||
|
|
@ -9,7 +9,9 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.sort_by {
|
.sort_by {
|
||||||
@apply justify-self-end !w-fit cursor-pointer appearance-none border-primary border-none pr-10 text-primary;
|
@apply justify-self-end !w-fit cursor-pointer appearance-none border-primary border-none px-0 md:px-6 pr-10 text-primary;
|
||||||
|
|
||||||
|
max-width: 100%;
|
||||||
/* Remplace la flèche native (appearance-none) — même asset que .post-grid__toolbar select */
|
/* Remplace la flèche native (appearance-none) — même asset que .post-grid__toolbar select */
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
background-image: url('../resources/img/elements/select-drop-button.svg');
|
background-image: url('../resources/img/elements/select-drop-button.svg');
|
||||||
|
|
@ -18,7 +20,7 @@
|
||||||
background-size: 2rem 2rem;
|
background-size: 2rem 2rem;
|
||||||
}
|
}
|
||||||
.search-bar {
|
.search-bar {
|
||||||
@apply py-8 border-t border-b border-solid border-primary col-span-2;
|
@apply py-6 md:py-8 border-t border-b border-solid border-primary md:col-span-2;
|
||||||
label {
|
label {
|
||||||
@apply block text-lg text-primary !font-normal nunito normal-case mb-2;
|
@apply block text-lg text-primary !font-normal nunito normal-case mb-2;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user