cart: enhance actions buttons and enhance go to cart btn UI
This commit is contained in:
@@ -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;
|
||||
} */
|
||||
|
||||
Reference in New Issue
Block a user