menu: on click on prduct open details as BS, also add redirect button to detials page if user click on redirect button

This commit is contained in:
2025-12-23 01:36:46 +03:00
parent fc1a75bc4b
commit 5c27303695
16 changed files with 224 additions and 78 deletions

View File

@@ -45,10 +45,9 @@
gap: 5px;
}
.closeButton {
background: #DD41434d;
color: #DD4143;
background: #dd41434d;
color: #dd4143;
width: 62px !important;
height: 20px !important;
border: none;
@@ -503,11 +502,6 @@
color: #fff !important;
}
.searchButtonContainer {
right: 20px;
border-radius: 50%;
}
.searchButton {
width: 32px !important;
height: 32px !important;
@@ -575,19 +569,24 @@
color: #666;
}
.searchButtonContainer {
right: 20px;
border-radius: 50%;
}
/* RTL support for back button */
.backButtonContainer[dir="rtl"] {
:global(.ant-app-rtl) .backButtonContainer {
left: auto;
right: 20px;
}
/* RTL support for search button */
.searchButtonContainer[dir="rtl"] {
right: auto;
:global(.ant-app-rtl) .searchButtonContainer {
left: 20px;
right: auto;
}
:global(.rtl) .dineInIcon {
:global(.ant-app-rtl) .dineInIcon {
margin-bottom: 1px;
}