mirror of
https://github.com/Fluffy-Bean/TastyBites.git
synced 2025-05-30 07:13:12 +00:00
Improve Carts reliability
Nicer empty cart page Check on page load if cart is valid
This commit is contained in:
parent
67c8794427
commit
764aaa48ea
5 changed files with 117 additions and 31 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue