challenge-vtex-io-henrique-.../styles/sass/pages/product/vtex.rich-text.scss

27 lines
370 B
SCSS
Raw Normal View History

.container--productShelfTitle {
padding: 0 40px;
.heading {
font-size: 20px;
font-weight: 400;
line-height: 38px;
2023-02-06 15:35:24 +00:00
margin: 0 0 24px;
2023-02-06 15:35:24 +00:00
@media screen and (min-width: 769px) {
font-size: 24px;
}
}
}
2023-02-06 15:35:24 +00:00
.container--newsletterTitle {
.heading {
margin: 0;
}
}
.container--newsletterSubtitle {
.paragraph {
margin: 16px;
}
}