Skip to content

Commit

Permalink
Fix lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Ferri0 committed Nov 1, 2024
1 parent 4e833db commit b0ec39e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions blocks/commerce-order-header/commerce-order-header.css
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
body.columns main > .section > div.commerce-order-header-wrapper {
margin-bottom: 0;
}

body:not(.columns) main div.commerce-order-header-wrapper {
margin-top: var(--spacing-large);
}

body.columns main > .section > div.commerce-order-header-wrapper {
margin-bottom: 0;
}

.orders-list-link {
display: inline-block;
margin-bottom: var(--spacing-medium);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
margin-bottom: var(--spacing-small);
}

.commerce-order-product-list .cart-summary-item__title:hover {
.commerce-order-product-list .dropin-cart-item a:hover {
text-decoration: none;
}
4 changes: 2 additions & 2 deletions blocks/commerce-search-order/commerce-search-order.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ main .commerce-search-order-container {
width: 100%;
}

.commerce-search-order .dropin-card__content > h2 {
.commerce-search-order .dropin-card h2 {
margin-bottom: var(--spacing-small);
}

.commerce-search-order .dropin-card__content > p {
.commerce-search-order .dropin-card p {
margin-bottom: var(--spacing-small);
}

0 comments on commit b0ec39e

Please sign in to comment.