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