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

23 lines
370 B
SCSS
Raw Normal View History

.container {
justify-content: center;
padding: 16px 0;
.heading {
font-size: 0;
text-align: center;
}
.heading::before {
content: 'Você também pode gostar:';
font-family: 'Open Sans', sans-serif;
font-style: normal;
font-weight: 400;
font-size: 24px;
line-height: 38px;
text-align: center;
color: #575757;
}
}