feat: update styles across components for improved layout and responsiveness
This commit is contained in:
@@ -80,7 +80,6 @@
|
||||
|
||||
&__variant-selectors ::ng-deep .variant-selector__select {
|
||||
flex: 1 1 0;
|
||||
width: 0;
|
||||
min-width: 0;
|
||||
}
|
||||
|
||||
@@ -114,6 +113,16 @@
|
||||
@media (max-width: 767.98px) {
|
||||
.product-vertical-with-cart-card {
|
||||
border-color: var(--color-primary, var(--tenant-primary, #009933));
|
||||
|
||||
&__title {
|
||||
color: var(--color-primary, var(--tenant-primary, #009933));
|
||||
font-size: 15px;
|
||||
}
|
||||
|
||||
&__description {
|
||||
font-size: 13px;
|
||||
font-weight: 400;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user