Skip to content

Commit

Permalink
Add border on cart notification when header border setting is not active
Browse files Browse the repository at this point in the history
  • Loading branch information
tauthomas01 committed Aug 3, 2021
1 parent 95442fb commit c041d81
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions assets/component-cart-notification.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@
}

@media screen and (min-width: 750px) {
.header-wrapper:not(.header-wrapper--border-bottom)
+ cart-notification
.cart-notification {
border-top-width: 0.1rem;
}

.cart-notification {
border-width: 0 0.1rem 0.1rem;
max-width: 36.8rem;
Expand Down

0 comments on commit c041d81

Please sign in to comment.