Resolve merge conflict in Product.scss

This commit is contained in:
unknown 2026-02-12 16:08:54 +05:30
parent 2cd2081973
commit 6f78cccd23
1 changed files with 5 additions and 2 deletions

View File

@ -118,6 +118,7 @@
left: 2px; left: 2px;
} }
} }
.ProSubRowFlex { .ProSubRowFlex {
display: flex; display: flex;
flex-wrap: wrap; flex-wrap: wrap;
@ -598,7 +599,7 @@
&:hover { &:hover {
color: #0088ff !important; color: #0088ff !important;
border-color: #0088ff !important; border-color: #0088ff !important;
} }
} }
@ -627,12 +628,14 @@
background-color: #fff; background-color: #fff;
padding: 2px; padding: 2px;
} }
.ProductMainRowFlex { .ProductMainRowFlex {
display: flex; display: flex;
align-items: flex-start; align-items: flex-start;
gap: 1rem; gap: 1rem;
width: 100%; width: 100%;
@media (max-width: 768px) { @media (max-width: 768px) {
flex-direction: column; flex-direction: column;
} }
} }