menu: add open button with its bottom sheet

This commit is contained in:
2025-12-11 00:07:43 +03:00
parent d56281b91d
commit e7ea8443fd
6 changed files with 285 additions and 15 deletions

View File

@@ -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;