add rstaurant opening hours

This commit is contained in:
2025-11-16 23:45:29 +03:00
parent 73afaea60a
commit 05c190ad5b
8 changed files with 59 additions and 14 deletions

View File

@@ -474,6 +474,15 @@
padding: 0 1rem;
}
.openingHours {
position: absolute;
top: 190px;
right: 10px;
font-size: 14px;
font-weight: 600;
color: #666;
}
.restaurantTitle {
font-size: 16px;
font-weight: bold;
@@ -693,4 +702,7 @@
right: -10px !important;
}
:global(.ant-app-rtl) .openingHours {
left: 10px;
right: auto;
}