12 lines
216 B
SCSS
12 lines
216 B
SCSS
.nameContainer {
|
|
padding: 16px 0 8px 0;
|
|
.productNameContainer {
|
|
.productBrand {
|
|
font-family: "Open Sans", sans-serif;
|
|
font-size: 18px;
|
|
font-weight: 400;
|
|
line-height: 24px;
|
|
}
|
|
}
|
|
}
|