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

Commit

Permalink
Add spacing below Mini Cart title
Browse files Browse the repository at this point in the history
  • Loading branch information
Aljullu committed Mar 10, 2023
1 parent 69b65af commit 754276c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion assets/js/blocks/mini-cart/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@

.wp-block-woocommerce-empty-mini-cart-contents-block,
.wp-block-woocommerce-filled-mini-cart-contents-block {
background: inherit;
height: 100%;
max-height: -webkit-fill-available;
max-height: -moz-available;
Expand All @@ -121,7 +122,11 @@

h2.wc-block-mini-cart__title {
@include font-size(larger);
margin: $gap $gap 0;
background: inherit;
margin: $gap $gap $gap * -2;
padding-bottom: $gap * 2;
mask-image: linear-gradient(#000 calc(100% - #{$gap * 1.5}), transparent);
z-index: 1;
}

.wc-block-mini-cart__items {
Expand Down

0 comments on commit 754276c

Please sign in to comment.