PLP complete - store updated, Cart partial complete and gh pages backup

This commit is contained in:
2020-03-27 13:31:24 +05:30
parent f8d0a04e54
commit c4a85afca3
102 changed files with 1008 additions and 318 deletions

View File

@@ -1,3 +1,16 @@
@import './../../../styles/variables';
.c-CartList {
padding: 0.8em 0;
.c-CartList__emptyCart {
background: $neutral-00;
margin-top: 25%;
border: 1px solid black;
text-align: center;
padding: 1em;
.c-CartList__emptyCart__information {
color: $neutral-40;
}
}
}