Style WP search block

Forgot that is a thing.
This commit is contained in:
Tetrakern 2024-08-28 11:45:12 +02:00
parent a7dcfbabf2
commit 458548b2d2
3 changed files with 29 additions and 2 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1043,3 +1043,30 @@ figure.wp-block-pullquote:where(:not(.no-theme-style)) {
margin: .3rem 0;
}
}
// =============================================================================
// SEARCH
// =============================================================================
.wp-block-search {
button.wp-block-search__button {
@extend %button;
margin-left: 0;
}
&__searchfield-hidden {
.wp-block-search__inside-wrapper {
gap: 0;
}
}
&__label {
display: block;
margin-bottom: 2px;
}
&__inside-wrapper {
display: flex;
gap: 6px;
}
}