|
@@ -354,6 +354,10 @@ p.has-drop-cap:not(:focus):first-letter {
|
|
|
padding: var(--wp--custom--form--padding);
|
|
|
}
|
|
|
|
|
|
+.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button {
|
|
|
+ padding: var(--wp--custom--search--button--padding);
|
|
|
+}
|
|
|
+
|
|
|
.wp-block-search .wp-block-search__input {
|
|
|
border: var(--wp--custom--form--border--width) var(--wp--custom--form--border--style) var(--wp--custom--form--border--color);
|
|
|
border-radius: var(--wp--custom--form--border--radius);
|
|
@@ -362,14 +366,18 @@ p.has-drop-cap:not(:focus):first-letter {
|
|
|
background: var(--wp--custom--form--color--background);
|
|
|
font-size: var(--wp--custom--form--font-size);
|
|
|
line-height: var(--wp--custom--typography--line-height);
|
|
|
+ margin: var(--wp--custom--search--input--margin);
|
|
|
}
|
|
|
|
|
|
.wp-block-search .wp-block-search__button {
|
|
|
- font-weight: var(--wp--custom--button--font-weight);
|
|
|
- font-family: var(--wp--custom--button--font-family);
|
|
|
- font-size: var(--wp--custom--button--font-size);
|
|
|
- line-height: var(--wp--custom--button--line-height);
|
|
|
- border-radius: var(--wp--custom--button--border-radius);
|
|
|
+ font-weight: var(--wp--custom--button--typography--font-weight);
|
|
|
+ font-family: var(--wp--custom--button--typography--font-family);
|
|
|
+ font-size: var(--wp--custom--button--typography--font-size);
|
|
|
+ border-radius: var(--wp--custom--button--border--radius);
|
|
|
+ line-height: var(--wp--custom--button--border--line-height);
|
|
|
+ text-decoration: none;
|
|
|
+ padding: var(--wp--custom--search--button--padding);
|
|
|
+ line-height: var(--wp--custom--search--button--line-height);
|
|
|
}
|
|
|
|
|
|
.wp-block-search .wp-block-search__button:hover, .wp-block-search .wp-block-search__button:focus, .wp-block-search .wp-block-search__button.has-focus {
|