woocommerce/plugins/woocommerce-blocks/packages/components/sort-select/style.scss

15 lines
271 B
SCSS
Raw Normal View History

.wc-block-components-sort-select {
margin-bottom: $gap-small;
}
.wc-block-components-sort-select__label {
margin-right: $gap-small;
display: inline-block;
font-weight: normal;
}
.wc-block-components-sort-select__select {
font-size: inherit;
width: max-content;
}