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

21 lines
336 B
SCSS
Raw Normal View History

2023-02-07 01:14:20 +00:00
.heading {
2023-02-08 01:40:56 +00:00
font-size: 0;
margin-bottom: 32px;
margin-top: 0;
&::after {
content: "Você também pode gostar:";
font-family: "Open Sans";
font-style: normal;
font-weight: 400;
font-size: 24px;
line-height: 38px;
color: #575757;
}
}
.container {
justify-content: center;
align-items: center;
2023-02-07 01:14:20 +00:00
}