Resolve merge conflict in Product.scss
This commit is contained in:
parent
2cd2081973
commit
6f78cccd23
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue