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

61 lines
1.1 KiB
SCSS

.container--see-also {
justify-content: center;
.headingLevel4 {
margin: 16px 0 32px;
// font-family: "Open Sans";
// font-weight: 400;
font-size: 24px;
line-height: 38px;
color: #575757;
@include mq(lg, max) {
margin-bottom: 24px;
}
@include mq(md, max) {
margin-bottom: 16px;
padding: 0 40px;
text-align: center;
font-size: 20px;
}
}
}
/* ----- NEWSLETTER ----- */
.container--newsletter-title {
justify-content: center;
margin-bottom: 16px;
.paragraph {
margin: 0;
// font-family: "Open Sans";
// font-style: normal;
// font-weight: 400;
font-size: 24px;
line-height: 38px;
color: #ffffff;
}
}
.container--newsletter-subtitle {
justify-content: center;
margin-bottom: 16px;
.paragraph {
margin: 0;
// font-family: "Open Sans";
// font-style: normal;
// font-weight: 400;
font-size: 18px;
line-height: 25px;
text-align: center;
color: #929292;
@include mq(lg, max) {
font-size: 16px;
line-height: 22px;
}
}
}