update restaurant details source & add loyalty icon
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user