16 lines
232 B
SCSS
16 lines
232 B
SCSS
.newsletter {
|
|
background: red;
|
|
}
|
|
|
|
.productBrand--quickview {
|
|
font-family: Open Sans;
|
|
font-size: 20px;
|
|
font-weight: 300;
|
|
line-height: 34px;
|
|
text-align: right;
|
|
color: #575757;
|
|
display: flex;
|
|
justify-content: end;
|
|
}
|
|
|