Merge pull request 'ALignment Changes' (#294) from Sales-Optimization into main
Reviewed-on: Pozomind/pozo-retail-app#294
This commit is contained in:
commit
a5a004bbcf
|
|
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -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;
|
||||||
|
|
|
||||||
|
|
@ -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 {
|
||||||
|
|
|
||||||
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -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 {
|
||||||
|
|
|
||||||
|
|
@ -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;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue