ltruck size on cart drawer

main
alexanderroese 2024-06-23 20:16:12 +02:00
parent a1e8e254c9
commit 1be3adbc27
1 changed files with 6 additions and 6 deletions

View File

@ -299,12 +299,6 @@ cart-drawer-items {
grid-column: 2 / 5; grid-column: 2 / 5;
} }
#shx-shipping-truck {
width: 35px;
height: 50px;
transform: scale(1.5);
}
@media screen and (max-width: 749px) { @media screen and (max-width: 749px) {
.cart-drawer .cart-item cart-remove-button { .cart-drawer .cart-item cart-remove-button {
margin-left: 0; margin-left: 0;
@ -319,6 +313,12 @@ cart-drawer-items {
} }
} }
#shx-shipping-truck {
width: 35px;
height: 50px;
transform: scale(1.5);
}
.cart-drawer__footer > * + * { .cart-drawer__footer > * + * {
margin-top: 1rem; margin-top: 1rem;
} }