add rstaurant opening hours
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user