Merge pull request 'ALignment Changes' (#294) from Sales-Optimization into main

Reviewed-on: Pozomind/pozo-retail-app#294
This commit is contained in:
karthikalakshmi 2026-03-20 18:23:45 +05:30
commit a5a004bbcf
8 changed files with 63 additions and 9 deletions

View File

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

View File

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

View File

@ -265,6 +265,14 @@ body {
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 {

View File

@ -430,9 +430,18 @@ body {
align-items: center;
gap: 2px;
padding: 0 6px;
@media (max-width: 500px) {
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) {
font-size: 10px;
justify-content: flex-end;
gap: 10px;
gap: 8px;
.SalesCountComponent-Master {
display: none;
}

View File

@ -444,9 +444,18 @@
align-items: center;
gap: 2px;
padding: 0 6px;
@media (max-width: 500px) {
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) {
font-size: 10px;
justify-content: flex-end;
gap: 10px;
gap: 6px;
.SalesCountComponent-Master {
display: none;
}

View File

@ -251,6 +251,16 @@
@media (max-width: 500px) {
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 {

View File

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