30 lines
554 B
SCSS
30 lines
554 B
SCSS
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;700&display=swap');
|
|
|
|
.newsletter{
|
|
background: red;
|
|
}
|
|
.productNameContainer{
|
|
display: flex;
|
|
justify-content: right;
|
|
|
|
.productBrand--quickview{
|
|
font-family: 'Open Sans';
|
|
font-style: normal;
|
|
font-weight: 300;
|
|
font-size: 20px;
|
|
line-height: 34px;
|
|
text-align: right;
|
|
color: #575757;
|
|
}
|
|
}
|
|
.productDescriptionContainer{
|
|
width: 50% !important;
|
|
margin-left: 32px;
|
|
}
|
|
.container--product-description-m3{
|
|
|
|
}
|
|
.pointerEventsNone{
|
|
display: none;
|
|
}
|