2019-08-05 10:25:57 +00:00
|
|
|
.wc-block-product-search {
|
|
|
|
.wc-block-product-search__fields {
|
|
|
|
display: flex;
|
|
|
|
}
|
|
|
|
.wc-block-product-search__field {
|
|
|
|
padding: 6px 8px;
|
|
|
|
line-height: 1.8;
|
|
|
|
flex-grow: 1;
|
|
|
|
}
|
|
|
|
.wc-block-product-search__button {
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
margin: 0 0 0 6px;
|
|
|
|
cursor: pointer;
|
2020-05-29 10:16:33 +00:00
|
|
|
padding: 0 0.5em;
|
2019-08-05 10:25:57 +00:00
|
|
|
position: relative;
|
|
|
|
overflow: hidden;
|
|
|
|
svg {
|
|
|
|
fill: currentColor;
|
|
|
|
outline: none;
|
2019-09-03 17:55:20 +00:00
|
|
|
.rtl & {
|
|
|
|
transform: rotate(180deg);
|
|
|
|
}
|
2019-08-05 10:25:57 +00:00
|
|
|
}
|
|
|
|
&:active {
|
|
|
|
color: currentColor;
|
|
|
|
}
|
|
|
|
&:disabled,
|
|
|
|
&[aria-disabled="true"] {
|
|
|
|
cursor: default;
|
|
|
|
opacity: 0.3;
|
|
|
|
}
|
|
|
|
&[aria-disabled="true"]:focus,
|
|
|
|
&:disabled:focus {
|
|
|
|
box-shadow: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|