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

16 lines
261 B
SCSS
Raw Normal View History

.wrapper--help-message{
font-size: 24px;
line-height: 38px;
font-family: $font-open;
color: $color-gray8;
font-weight: 400;
@include mq (md, max) {
.paragraph--help-message
{margin: 16px 0 24px 0;
padding: 0 40px 0 40px;
}
}
}