Skip to content
This repository has been archived by the owner on Feb 23, 2024. It is now read-only.

Commit

Permalink
fix css
Browse files Browse the repository at this point in the history
  • Loading branch information
gigitux committed Dec 22, 2022
1 parent 9de77aa commit 4416792
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions assets/js/blocks/mini-cart/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,14 @@
margin: unset;
}

.wc-block-components-notices {
margin: #{$gap} #{$gap-largest} -#{$gap} #{$gap};
margin-bottom: unset;

.wc-block-components-notices__notice {
.wp-block-woocommerce-mini-cart-contents {
.wc-block-components-notices {
margin: #{$gap} #{$gap-largest} -#{$gap} #{$gap};
margin-bottom: unset;

.wc-block-components-notices__notice {
margin-bottom: unset;
}
}
}

Expand Down

0 comments on commit 4416792

Please sign in to comment.