added border radius
parent
61b5bd48c6
commit
180d6e3443
|
@ -206,6 +206,10 @@ cart-drawer-items {
|
|||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.cart-drawer .cart-item img {
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
.cart-drawer .cart-item:last-child {
|
||||
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) ~ 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) ~ li {
|
||||
.drawer__footer
|
||||
#dynamic-checkout-cart
|
||||
ul
|
||||
> li:first-child:nth-last-child(4)
|
||||
~ li {
|
||||
flex-basis: calc(50% - 0.5rem) !important;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue