STYLE Add new styles for dbmob-archives block including layout and typography

This commit is contained in:
Antoine M 2026-03-25 16:03:24 +01:00
parent 3b34391344
commit 3736e8aae8

View File

@ -0,0 +1,24 @@
.wp-block-carhop-blocks-dbmob-archives {
.notice-toolbar {
@apply py-5;
}
.post-count {
&__text {
@apply text-lg text-primary !font-normal nunito normal-case;
}
}
.search-bar {
@apply py-8 border-t border-b border-solid border-primary;
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 pt-6 py-12;
}
}