diff --git a/src/Pages/BookingScreen/Components/BSBillingTables/StandardTable/StandardTable.scss b/src/Pages/BookingScreen/Components/BSBillingTables/StandardTable/StandardTable.scss index 1b69af0..4eb52e7 100644 --- a/src/Pages/BookingScreen/Components/BSBillingTables/StandardTable/StandardTable.scss +++ b/src/Pages/BookingScreen/Components/BSBillingTables/StandardTable/StandardTable.scss @@ -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 { diff --git a/src/Styles/BookingScreen/Template/BSLayout7/Combo1.scss b/src/Styles/BookingScreen/Template/BSLayout7/Combo1.scss index 5b2074b..8c066ed 100644 --- a/src/Styles/BookingScreen/Template/BSLayout7/Combo1.scss +++ b/src/Styles/BookingScreen/Template/BSLayout7/Combo1.scss @@ -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 {