STYLE Add new styles for dbmob-archives block including layout and typography
This commit is contained in:
parent
3b34391344
commit
3736e8aae8
24
resources/css/blocks/dbmob-archives.css
Normal file
24
resources/css/blocks/dbmob-archives.css
Normal 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;
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user