ALignment Changes
This commit is contained in:
parent
63a787ae3d
commit
714b4f32ee
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue