|
@@ -366,7 +366,6 @@ 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 {
|
|
@@ -377,6 +376,7 @@ p.has-drop-cap:not(:focus):first-letter {
|
|
|
line-height: var(--wp--custom--button--border--line-height);
|
|
|
text-decoration: none;
|
|
|
padding: var(--wp--custom--search--button--padding);
|
|
|
+ margin: var(--wp--custom--search--button--margin);
|
|
|
line-height: var(--wp--custom--search--button--line-height);
|
|
|
}
|
|
|
|