FEATURE Refining aspect
This commit is contained in:
parent
50d559b5e1
commit
1ca5397593
|
|
@ -1,15 +1,24 @@
|
||||||
.wp-block-carhop-blocks-dbmob-archives {
|
.wp-block-carhop-blocks-dbmob-archives {
|
||||||
.notice-toolbar {
|
@apply mb-12;
|
||||||
@apply py-5;
|
.notices-toolbar {
|
||||||
|
@apply py-5 grid grid-cols-1 md:grid-cols-2 gap-4;
|
||||||
}
|
}
|
||||||
.post-count {
|
.post-count {
|
||||||
&__text {
|
&__text {
|
||||||
@apply text-lg text-primary !font-normal nunito normal-case;
|
@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 {
|
.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 {
|
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;
|
||||||
}
|
}
|
||||||
|
|
@ -19,6 +28,10 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.dbmob-grid {
|
.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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user