update restaurant details source & add loyalty icon

This commit is contained in:
2025-10-20 21:42:48 +03:00
parent c7f5620f5a
commit 6a6f92aefc
15 changed files with 305 additions and 205 deletions

View File

@@ -658,14 +658,18 @@
height: 60;
}
.heartButton {
.loyaltyButton {
position: absolute;
top: 5px;
left: 5px;
top: 1px;
left: 1px;
z-index: 99;
background-color: var(--primary) !important;
color: white !important;
border: none !important;
}
:global(.rtl) .heartButton {
right: 5px;
:global(.ant-app-rtl) .loyaltyButton {
right: 1px !important;
}
.productLink {