cart: enhance actions buttons and enhance go to cart btn UI

This commit is contained in:
2025-12-15 23:58:31 +03:00
parent a126eb8e02
commit 19889ed487
8 changed files with 177 additions and 54 deletions

View File

@@ -21,7 +21,7 @@
gap: 16px;
}
.openCloseButton {
.openButton {
background: #9fffcc4d;
color: #278655;
width: 62px !important;
@@ -45,6 +45,31 @@
gap: 5px;
}
.closeButton {
background: #DD41434d;
color: #DD4143;
width: 62px !important;
height: 20px !important;
border: none;
box-shadow: none;
overflow: hidden;
font-family: Outfit;
font-weight: 500;
font-style: Medium;
font-size: 12px;
line-height: 140%;
letter-spacing: 0%;
opacity: 1;
border-radius: 2px;
padding-top: 4px;
padding-right: 9px;
padding-bottom: 4px;
padding-left: 9px;
gap: 5px;
}
/* .restaurantHeader {
margin-bottom: 24px;
} */