menu: add open button with its bottom sheet
This commit is contained in:
@@ -14,6 +14,37 @@
|
||||
object-fit: cover;
|
||||
}
|
||||
|
||||
.restaurantHeaderTitleContainer {
|
||||
display: flex;
|
||||
justify-content: flex-start;
|
||||
align-items: center;
|
||||
gap: 16px;
|
||||
}
|
||||
|
||||
.openCloseButton {
|
||||
background: #9fffcc4d;
|
||||
color: #278655;
|
||||
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;
|
||||
} */
|
||||
@@ -131,7 +162,6 @@
|
||||
margin-left: 200px;
|
||||
}
|
||||
|
||||
|
||||
/* Enhanced Dark theme styles */
|
||||
:global(.darkApp) .itemName {
|
||||
color: rgba(255, 255, 255, 0.95) !important;
|
||||
|
||||
Reference in New Issue
Block a user