Combo navbar

This commit is contained in:
Your Name 2026-03-09 18:44:06 +05:30
parent be6836f785
commit a4e0e1cc6e
2 changed files with 20 additions and 6 deletions

View File

@ -334,10 +334,6 @@
display: flex;
flex-direction: column;
justify-content: space-between;
@media (max-width: 768px) {
// display: none;
}
}
.booking-table-overall {
@ -1081,11 +1077,9 @@
width: 430px;
height: 99vh;
background-color: #ffffff;
// height: 100%;
box-shadow: rgba(149, 157, 165, 0.2) 0px 2px 7px;
overflow: auto;
padding-bottom: 4.5rem;
//vm
border-radius: 12px;
@media screen and (max-width: 768px) {
@ -1540,6 +1534,7 @@
font-weight: 400;
font-size: 14px;
font-family: "Inter", ui-sans-serif, system-ui, sans-serif !important;
text-align: left;
}
.shoppingCartLeft {

View File

@ -527,6 +527,11 @@
@media (max-width: 1024px) {
flex-direction: column;
.pricing-name-details {
display: flex;
margin-left: 10px;
margin-right: 10px;
}
}
}
@ -688,6 +693,7 @@
cursor: pointer;
color: #fff;
}
.Layout-bill-Subcontainer {
display: flex;
width: 100%;
@ -696,6 +702,7 @@
align-items: center;
gap: 2px;
padding: 0 6px;
scrollbar-width: thin;
@media (max-width: 500px) {
font-size: 10px;
@ -748,6 +755,18 @@
align-items: center;
gap: 0;
width: inherit;
position: relative;
.MultiSearchIconDiv {
position: absolute;
left: 8px;
z-index: 10;
color: #1292ee !important;
background-color: unset;
}
.ant-select-selector {
padding: 10px 10px 10px 32px !important;
}
}
.BSC1PAYMENTCOMBO {
.BSC1Payment-Container {