|
@@ -319,7 +319,7 @@ a {
|
|
|
cursor: pointer;
|
|
|
}
|
|
|
|
|
|
-.wp-block-search .wp-block-search__button, .wp-block-a8c-blog-posts + .button {
|
|
|
+.wp-block-a8c-blog-posts + .button {
|
|
|
line-height: var(--button--line-height);
|
|
|
color: var(--button--color-text);
|
|
|
cursor: pointer;
|
|
@@ -333,27 +333,27 @@ a {
|
|
|
padding: var(--button--padding-vertical) var(--button--padding-horizontal);
|
|
|
}
|
|
|
|
|
|
-.wp-block-search .wp-block-search__button:before, .wp-block-a8c-blog-posts + .button:before, .wp-block-search .wp-block-search__button:after, .wp-block-a8c-blog-posts + .button:after {
|
|
|
+.wp-block-a8c-blog-posts + .button:before, .wp-block-a8c-blog-posts + .button:after {
|
|
|
content: '';
|
|
|
display: block;
|
|
|
height: 0;
|
|
|
width: 0;
|
|
|
}
|
|
|
|
|
|
-.wp-block-search .wp-block-search__button:before, .wp-block-a8c-blog-posts + .button:before {
|
|
|
+.wp-block-a8c-blog-posts + .button:before {
|
|
|
margin-bottom: -calc(.5em * var(--button--line-height) + -.38);
|
|
|
}
|
|
|
|
|
|
-.wp-block-search .wp-block-search__button:after, .wp-block-a8c-blog-posts + .button:after {
|
|
|
+.wp-block-a8c-blog-posts + .button:after {
|
|
|
margin-top: -calc(.5em * var(--button--line-height) + -.39);
|
|
|
}
|
|
|
|
|
|
-.wp-block-search .wp-block-search__button:active, .wp-block-a8c-blog-posts + .button:active {
|
|
|
+.wp-block-a8c-blog-posts + .button:active {
|
|
|
color: var(--button--color-text-active);
|
|
|
background-color: var(--button--color-background-active);
|
|
|
}
|
|
|
|
|
|
-.wp-block-search .wp-block-search__button:hover, .wp-block-a8c-blog-posts + .button:hover, .wp-block-search .wp-block-search__button:focus, .wp-block-a8c-blog-posts + .button:focus, .wp-block-search .has-focus.wp-block-search__button, .wp-block-a8c-blog-posts + .has-focus.button {
|
|
|
+.wp-block-a8c-blog-posts + .button:hover, .wp-block-a8c-blog-posts + .button:focus, .wp-block-a8c-blog-posts + .has-focus.button {
|
|
|
color: var(--button--color-text-hover);
|
|
|
background-color: var(--button--color-background-hover);
|
|
|
}
|
|
@@ -1066,8 +1066,25 @@ p.has-background {
|
|
|
}
|
|
|
|
|
|
.wp-block-search {
|
|
|
- display: flex;
|
|
|
- max-width: var(--responsive--aligndefault-width);
|
|
|
+ flex-wrap: wrap;
|
|
|
+}
|
|
|
+
|
|
|
+.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
|
|
|
+ background: transparent;
|
|
|
+ border: var(--form--border-width) solid var(--form--border-color);
|
|
|
+ border-radius: var(--form--border-radius);
|
|
|
+}
|
|
|
+
|
|
|
+.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input {
|
|
|
+ padding: var(--form--spacing-unit);
|
|
|
+}
|
|
|
+
|
|
|
+.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button {
|
|
|
+ padding: var(--button--padding-vertical) var(--button--padding-horizontal);
|
|
|
+}
|
|
|
+
|
|
|
+.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button.has-icon {
|
|
|
+ padding: 0;
|
|
|
}
|
|
|
|
|
|
.wp-block-search .wp-block-search__label {
|
|
@@ -1075,20 +1092,78 @@ p.has-background {
|
|
|
}
|
|
|
|
|
|
.wp-block-search .wp-block-search__input {
|
|
|
- border: var(--form--border-width) solid var(--form--border-color);
|
|
|
- border-radius: var(--form--border-radius);
|
|
|
font-family: var(--form--font-family);
|
|
|
font-size: var(--form--font-size);
|
|
|
line-height: var(--form--line-height);
|
|
|
+ border: var(--form--border-width) solid var(--form--border-color);
|
|
|
+ border-radius: var(--form--border-radius);
|
|
|
+ color: var(--form--color-text);
|
|
|
+ line-height: var(--global--line-height-body);
|
|
|
max-width: inherit;
|
|
|
margin-right: calc( .66 * var(--global--spacing-horizontal));
|
|
|
padding: var(--form--spacing-unit);
|
|
|
+ background: transparent;
|
|
|
}
|
|
|
|
|
|
.wp-block-search .wp-block-search__input:focus {
|
|
|
+ color: var(--form--color-text);
|
|
|
border-color: var(--form--border-color);
|
|
|
}
|
|
|
|
|
|
+.wp-block-search .wp-block-search__button {
|
|
|
+ line-height: var(--button--line-height);
|
|
|
+ color: var(--button--color-text);
|
|
|
+ cursor: pointer;
|
|
|
+ font-weight: var(--button--font-weight);
|
|
|
+ font-family: var(--button--font-family);
|
|
|
+ font-size: var(--button--font-size);
|
|
|
+ background-color: var(--button--color-background);
|
|
|
+ border-radius: var(--button--border-radius);
|
|
|
+ border-width: 0;
|
|
|
+ text-decoration: none;
|
|
|
+ padding: var(--button--padding-vertical) var(--button--padding-horizontal);
|
|
|
+ border: none;
|
|
|
+ box-shadow: none;
|
|
|
+}
|
|
|
+
|
|
|
+.wp-block-search .wp-block-search__button:before, .wp-block-search .wp-block-search__button:after {
|
|
|
+ content: '';
|
|
|
+ display: block;
|
|
|
+ height: 0;
|
|
|
+ width: 0;
|
|
|
+}
|
|
|
+
|
|
|
+.wp-block-search .wp-block-search__button:before {
|
|
|
+ margin-bottom: -calc(.5em * var(--button--line-height) + -.38);
|
|
|
+}
|
|
|
+
|
|
|
+.wp-block-search .wp-block-search__button:after {
|
|
|
+ margin-top: -calc(.5em * var(--button--line-height) + -.39);
|
|
|
+}
|
|
|
+
|
|
|
+.wp-block-search .wp-block-search__button:active {
|
|
|
+ color: var(--button--color-text-active);
|
|
|
+ background-color: var(--button--color-background-active);
|
|
|
+}
|
|
|
+
|
|
|
+.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 {
|
|
|
+ color: var(--button--color-text-hover);
|
|
|
+ background-color: var(--button--color-background-hover);
|
|
|
+}
|
|
|
+
|
|
|
+.wp-block-search .wp-block-search__button.has-icon {
|
|
|
+ transform: scaleX(-1);
|
|
|
+ padding: 0;
|
|
|
+ min-width: calc(2* var(--button--padding-vertical) + 16px);
|
|
|
+ min-height: calc(2* var(--button--padding-vertical) + 16px);
|
|
|
+}
|
|
|
+
|
|
|
+.wp-block-search .wp-block-search__button.has-icon svg {
|
|
|
+ fill: currentColor;
|
|
|
+ width: 29px;
|
|
|
+ height: 29px;
|
|
|
+}
|
|
|
+
|
|
|
.wp-block-separator,
|
|
|
hr {
|
|
|
border-bottom: var(--separator--height) solid var(--separator--border-color);
|
|
@@ -1880,7 +1955,7 @@ pre.wp-block-verse {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
-.wp-block-search .wp-block-search__button, .wp-block-a8c-blog-posts + .button {
|
|
|
+.wp-block-a8c-blog-posts + .button {
|
|
|
line-height: var(--button--line-height);
|
|
|
color: var(--button--color-text);
|
|
|
cursor: pointer;
|
|
@@ -1894,27 +1969,27 @@ pre.wp-block-verse {
|
|
|
padding: var(--button--padding-vertical) var(--button--padding-horizontal);
|
|
|
}
|
|
|
|
|
|
-.wp-block-search .wp-block-search__button:before, .wp-block-a8c-blog-posts + .button:before, .wp-block-search .wp-block-search__button:after, .wp-block-a8c-blog-posts + .button:after {
|
|
|
+.wp-block-a8c-blog-posts + .button:before, .wp-block-a8c-blog-posts + .button:after {
|
|
|
content: '';
|
|
|
display: block;
|
|
|
height: 0;
|
|
|
width: 0;
|
|
|
}
|
|
|
|
|
|
-.wp-block-search .wp-block-search__button:before, .wp-block-a8c-blog-posts + .button:before {
|
|
|
+.wp-block-a8c-blog-posts + .button:before {
|
|
|
margin-bottom: -calc(.5em * var(--button--line-height) + -.38);
|
|
|
}
|
|
|
|
|
|
-.wp-block-search .wp-block-search__button:after, .wp-block-a8c-blog-posts + .button:after {
|
|
|
+.wp-block-a8c-blog-posts + .button:after {
|
|
|
margin-top: -calc(.5em * var(--button--line-height) + -.39);
|
|
|
}
|
|
|
|
|
|
-.wp-block-search .wp-block-search__button:active, .wp-block-a8c-blog-posts + .button:active {
|
|
|
+.wp-block-a8c-blog-posts + .button:active {
|
|
|
color: var(--button--color-text-active);
|
|
|
background-color: var(--button--color-background-active);
|
|
|
}
|
|
|
|
|
|
-.wp-block-search .wp-block-search__button:hover, .wp-block-a8c-blog-posts + .button:hover, .wp-block-search .wp-block-search__button:focus, .wp-block-a8c-blog-posts + .button:focus, .wp-block-search .has-focus.wp-block-search__button, .wp-block-a8c-blog-posts + .has-focus.button {
|
|
|
+.wp-block-a8c-blog-posts + .button:hover, .wp-block-a8c-blog-posts + .button:focus, .wp-block-a8c-blog-posts + .has-focus.button {
|
|
|
color: var(--button--color-text-hover);
|
|
|
background-color: var(--button--color-background-hover);
|
|
|
}
|