added border radius

pull/4/head
alexanderroese 2024-06-03 20:28:20 +02:00
parent 61b5bd48c6
commit 180d6e3443
1 changed files with 14 additions and 2 deletions

View File

@ -206,6 +206,10 @@ cart-drawer-items {
margin-bottom: 0; margin-bottom: 0;
} }
.cart-drawer .cart-item img {
border-radius: 4px;
}
.cart-drawer .cart-item:last-child { .cart-drawer .cart-item:last-child {
margin-bottom: 1rem; margin-bottom: 1rem;
} }
@ -357,9 +361,17 @@ cart-drawer-items {
} }
.drawer__footer #dynamic-checkout-cart ul > li:first-child:nth-last-child(2), .drawer__footer #dynamic-checkout-cart ul > li:first-child:nth-last-child(2),
.drawer__footer #dynamic-checkout-cart ul > li:first-child:nth-last-child(2) ~ li, .drawer__footer
#dynamic-checkout-cart
ul
> li:first-child:nth-last-child(2)
~ li,
.drawer__footer #dynamic-checkout-cart ul > li:first-child:nth-last-child(4), .drawer__footer #dynamic-checkout-cart ul > li:first-child:nth-last-child(4),
.drawer__footer #dynamic-checkout-cart ul > li:first-child:nth-last-child(4) ~ li { .drawer__footer
#dynamic-checkout-cart
ul
> li:first-child:nth-last-child(4)
~ li {
flex-basis: calc(50% - 0.5rem) !important; flex-basis: calc(50% - 0.5rem) !important;
} }
} }