Fix not enough margin for Filter blocks woocommerce/woocommerce-blocks#7018 (https://github.com/woocommerce/woocommerce-blocks/pull/7226)
This commit is contained in:
parent
9678673497
commit
ac064775f4
|
@ -13,11 +13,6 @@
|
|||
height: 1em;
|
||||
}
|
||||
}
|
||||
|
||||
> .wc-block-active-filters__title {
|
||||
margin-top: $gap-small;
|
||||
margin-bottom: $gap-small;
|
||||
}
|
||||
}
|
||||
|
||||
.wc-block-active-filters {
|
||||
|
|
|
@ -11,11 +11,6 @@
|
|||
h6 {
|
||||
text-transform: inherit;
|
||||
}
|
||||
|
||||
> .wc-block-attribute-filter__title {
|
||||
margin-top: $gap-small;
|
||||
margin-bottom: $gap-small;
|
||||
}
|
||||
}
|
||||
|
||||
.wc-block-attribute-filter {
|
||||
|
|
|
@ -11,11 +11,6 @@
|
|||
h6 {
|
||||
text-transform: inherit;
|
||||
}
|
||||
|
||||
> .wc-block-price-filter__title {
|
||||
margin-top: $gap-small;
|
||||
margin-bottom: $gap-small;
|
||||
}
|
||||
}
|
||||
|
||||
.wc-block-price-slider {
|
||||
|
|
|
@ -7,11 +7,6 @@
|
|||
h6 {
|
||||
text-transform: inherit;
|
||||
}
|
||||
|
||||
> .wc-block-stock-filter__title {
|
||||
margin-top: $gap-small;
|
||||
margin-bottom: $gap-small;
|
||||
}
|
||||
}
|
||||
|
||||
.wc-block-stock-filter {
|
||||
|
|
Loading…
Reference in New Issue