Improve Carts reliability

Nicer empty cart page
Check on page load if cart is valid
This commit is contained in:
Michał Gdula 2024-05-03 12:31:12 +01:00
parent 67c8794427
commit 764aaa48ea
5 changed files with 117 additions and 31 deletions

View file

@ -30,6 +30,9 @@
display: flex;
flex-direction: row;
// Move background out of way of the image
background-position: 135px -43px;
overflow: hidden;
ul {
@ -49,8 +52,8 @@
.basket-item-image {
margin: $spacing-small;
width: 140px;
height: 140px;
width: 120px;
height: 120px;
border-radius: $border-radius-normal;