|
@@ -470,3 +470,21 @@ a {
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
+
|
|
|
+/**
|
|
|
+ * Search block
|
|
|
+ */
|
|
|
+.wp-block-search {
|
|
|
+ &.wp-block-search__button-inside {
|
|
|
+ .wp-block-search__inside-wrapper{
|
|
|
+ border-radius: #{map-deep-get($config-button, "border-radius")};
|
|
|
+ }
|
|
|
+ .wp-block-search__input {
|
|
|
+ background: transparent;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .wp-block-search__input {
|
|
|
+ margin-right: calc( .1 * #{map-deep-get($config-button, "padding", "horizontal")} );
|
|
|
+ border-radius: #{map-deep-get($config-button, "border-radius")};
|
|
|
+ }
|
|
|
+}
|