After Romove unsed file Style adjust

This commit is contained in:
vignesh 2026-03-20 16:42:51 +05:30
parent 2b8bc2a1ca
commit 63a787ae3d
9 changed files with 66 additions and 51 deletions

View File

@ -1082,7 +1082,7 @@
border-radius: 12px; border-radius: 12px;
@media screen and (max-width: 768px) { @media screen and (max-width: 768px) {
width: 100%; width: 0% !important;
height: max-content; height: max-content;
overflow: hidden; overflow: hidden;
// position: fixed; // position: fixed;

View File

@ -6115,7 +6115,7 @@ const BSItemCard = (props) => {
top: top:
templateData?.BookingNavbar?.[0] === 'Navbar3' && templateData?.BookingNavbar?.[0] === 'Navbar3' &&
templateData?.BookingLayout?.[0] === 'Layout3' templateData?.BookingLayout?.[0] === 'Layout3'
? '1rem' ? '5px'
: templateData?.BookingNavbar?.[0] === 'Navbar3' && : templateData?.BookingNavbar?.[0] === 'Navbar3' &&
['Layout1', 'Layout2'].includes( ['Layout1', 'Layout2'].includes(
templateData?.BookingLayout?.[0] templateData?.BookingLayout?.[0]

View File

@ -1091,6 +1091,7 @@
.TableStandardPay { .TableStandardPay {
padding: 4px; padding: 4px;
background-color: #fff;
@media (max-width: 768px) { @media (max-width: 768px) {
left: 0; left: 0;
right: 0; right: 0;

View File

@ -13,13 +13,8 @@
overflow: hidden; overflow: hidden;
position: relative; position: relative;
height: 100%; height: 100%;
@media (max-width: 768px) {
top: 2rem;
}
@media (max-width: 500px) { @media (max-width: 500px) {
top: 2rem; bottom: 4px;
} }
} }
@ -181,7 +176,6 @@ body {
height: 100% !important; height: 100% !important;
} }
.BSlayout1-Table5 { .BSlayout1-Table5 {
width: 0px; width: 0px;
justify-content: flex-end !important; justify-content: flex-end !important;
@ -220,7 +214,6 @@ body {
height: 100% !important; height: 100% !important;
} }
.BSlayout1-Table5 { .BSlayout1-Table5 {
width: 0px; width: 0px;
margin: 0rem 0rem !important; margin: 0rem 0rem !important;
@ -240,7 +233,6 @@ body {
} }
@media (width: 1280px) and (max-height: 1024px) { @media (width: 1280px) and (max-height: 1024px) {
.BSlayout1-Table5 { .BSlayout1-Table5 {
height: clamp(79.5vh, 80rem, 76vh) !important; height: clamp(79.5vh, 80rem, 76vh) !important;
} }
@ -310,7 +302,15 @@ body {
@media (max-width: 500px) { @media (max-width: 500px) {
font-size: 10px; font-size: 10px;
flex-wrap: wrap; justify-content: flex-end;
gap: 10px;
.SalesCountComponent-Master {
display: none;
}
}
@media (max-width: 768px) {
flex-wrap: nowrap;
} }
} }

View File

@ -24,30 +24,13 @@ body {
.BSLayout2 { .BSLayout2 {
overflow: hidden; overflow: hidden;
position: relative; position: relative;
top: 2.1rem;
height: 100%; height: 100%;
@media (max-width: 768px) {
top: 3.9rem;
}
@media (max-width: 500px) {
top: 3.1rem;
}
} }
.BSLayout2Standard { .BSLayout2Standard {
overflow: hidden; overflow: hidden;
position: relative; position: relative;
height: 100%; height: 100%;
@media (max-width: 768px) {
top: 2rem;
}
@media (max-width: 500px) {
top: 2rem;
}
} }
.BSBillingTable-oCbtn { .BSBillingTable-oCbtn {
@ -158,7 +141,7 @@ body {
position: fixed !important; position: fixed !important;
align-items: center !important; align-items: center !important;
bottom: 0; bottom: 0;
left: -4px; left: -54px;
} }
.BSLayout2-Master .BSCategory2-Cardcont { .BSLayout2-Master .BSCategory2-Cardcont {
@ -488,7 +471,15 @@ body {
@media (max-width: 500px) { @media (max-width: 500px) {
font-size: 10px; font-size: 10px;
flex-wrap: wrap; justify-content: flex-end;
gap: 10px;
.SalesCountComponent-Master {
display: none;
}
}
@media (max-width: 768px) {
flex-wrap: nowrap;
} }
} }
.pricing-name-details { .pricing-name-details {

View File

@ -18,16 +18,7 @@
.BSLayout3Standard { .BSLayout3Standard {
overflow: hidden; overflow: hidden;
position: relative; position: relative;
top: 2.2rem;
height: 100%; height: 100%;
@media (max-width: 768px) {
top: 3.5rem;
}
@media (max-width: 500px) {
top: 3rem;
}
} }
.BSBillingTable-oCbtn { .BSBillingTable-oCbtn {
@ -494,7 +485,15 @@
@media (max-width: 500px) { @media (max-width: 500px) {
font-size: 10px; font-size: 10px;
flex-wrap: wrap; justify-content: flex-end;
gap: 10px;
.SalesCountComponent-Master {
display: none;
}
}
@media (max-width: 768px) {
flex-wrap: nowrap;
} }
} }
.pricing-name-details { .pricing-name-details {

View File

@ -288,7 +288,15 @@
@media (max-width: 500px) { @media (max-width: 500px) {
font-size: 10px; font-size: 10px;
flex-wrap: wrap; justify-content: flex-end;
gap: 10px;
.SalesCountComponent-Master {
display: none;
}
}
@media (max-width: 768px) {
flex-wrap: nowrap;
} }
} }
.pricing-name-details { .pricing-name-details {

View File

@ -174,7 +174,15 @@
@media (max-width: 500px) { @media (max-width: 500px) {
font-size: 10px; font-size: 10px;
flex-wrap: wrap; justify-content: flex-end;
gap: 10px;
.SalesCountComponent-Master {
display: none;
}
}
@media (max-width: 768px) {
flex-wrap: nowrap;
} }
} }

View File

@ -278,7 +278,15 @@
@media (max-width: 500px) { @media (max-width: 500px) {
font-size: 10px; font-size: 10px;
flex-wrap: wrap; justify-content: flex-end;
gap: 10px;
.SalesCountComponent-Master {
display: none;
}
}
@media (max-width: 768px) {
flex-wrap: nowrap;
} }
} }
.pricing-name-details { .pricing-name-details {