ALignment Changes

This commit is contained in:
vignesh 2026-03-20 18:18:13 +05:30
parent 63a787ae3d
commit 714b4f32ee
8 changed files with 63 additions and 9 deletions

View File

@ -174,7 +174,6 @@
row-gap: 0.5rem; row-gap: 0.5rem;
cursor: pointer; cursor: pointer;
justify-content: space-around; justify-content: space-around;
} }
.BSItemCard-containers-smallimage-mobile { .BSItemCard-containers-smallimage-mobile {
@ -2297,7 +2296,7 @@
} }
@media (max-width: 500px) { @media (max-width: 500px) {
top: 2px; position: fixed !important;
left: 8px; top: 3.1rem !important;
} }
} }

View File

@ -39,7 +39,7 @@
display: flex; display: flex;
align-items: center; align-items: center;
width: 100vw; width: 100vw;
height: 7vh !important; height: 45px !important;
box-shadow: var(--BOX_SHADOW_LEVEL2); box-shadow: var(--BOX_SHADOW_LEVEL2);
padding: 1px 6px; padding: 1px 6px;
gap: 12px; gap: 12px;

View File

@ -265,6 +265,14 @@ body {
font-size: 10px; font-size: 10px;
gap: 10px !important; gap: 10px !important;
justify-content: flex-end !important; justify-content: flex-end !important;
.SalesCountComponent-Master{
display: none;
}
}
@media (max-width: 768px) {
.pricing-name-details {
display: none;
}
} }
} }
.Layout-IfNavbar3 { .Layout-IfNavbar3 {

View File

@ -430,9 +430,18 @@ body {
align-items: center; align-items: center;
gap: 2px; gap: 2px;
padding: 0 6px; padding: 0 6px;
@media (max-width: 500px) { @media (max-width: 500px) {
font-size: 10px; font-size: 10px;
gap: 10px !important;
justify-content: flex-end !important;
.SalesCountComponent-Master{
display: none;
}
}
@media (max-width: 768px) {
.pricing-name-details {
display: none;
}
} }
} }
@ -472,7 +481,7 @@ body {
@media (max-width: 500px) { @media (max-width: 500px) {
font-size: 10px; font-size: 10px;
justify-content: flex-end; justify-content: flex-end;
gap: 10px; gap: 8px;
.SalesCountComponent-Master { .SalesCountComponent-Master {
display: none; display: none;
} }

View File

@ -444,9 +444,18 @@
align-items: center; align-items: center;
gap: 2px; gap: 2px;
padding: 0 6px; padding: 0 6px;
@media (max-width: 500px) { @media (max-width: 500px) {
font-size: 10px; font-size: 10px;
gap: 10px !important;
justify-content: flex-end !important;
.SalesCountComponent-Master {
display: none;
}
}
@media (max-width: 768px) {
.pricing-name-details {
display: none;
}
} }
} }
@ -486,7 +495,7 @@
@media (max-width: 500px) { @media (max-width: 500px) {
font-size: 10px; font-size: 10px;
justify-content: flex-end; justify-content: flex-end;
gap: 10px; gap: 6px;
.SalesCountComponent-Master { .SalesCountComponent-Master {
display: none; display: none;
} }

View File

@ -251,6 +251,16 @@
@media (max-width: 500px) { @media (max-width: 500px) {
font-size: 10px; font-size: 10px;
gap: 10px !important;
justify-content: flex-end !important;
.SalesCountComponent-Master{
display: none;
}
}
@media (max-width: 768px) {
.pricing-name-details {
display: none;
}
} }
} }
.Layout-IfNavbar3 { .Layout-IfNavbar3 {

View File

@ -133,9 +133,18 @@
font-weight: 600; font-weight: 600;
align-items: center; align-items: center;
gap: 2px; gap: 2px;
@media (max-width: 500px) { @media (max-width: 500px) {
font-size: 10px; font-size: 10px;
gap: 10px !important;
justify-content: flex-end !important;
.SalesCountComponent-Master{
display: none;
}
}
@media (max-width: 768px) {
.pricing-name-details {
display: none;
}
} }
} }

View File

@ -240,6 +240,16 @@
padding: 0 6px; padding: 0 6px;
@media (max-width: 500px) { @media (max-width: 500px) {
font-size: 10px; font-size: 10px;
gap: 10px !important;
justify-content: flex-end !important;
.SalesCountComponent-Master {
display: none;
}
}
@media (max-width: 768px) {
.pricing-name-details {
display: none;
}
} }
} }