16 lines
261 B
SCSS
16 lines
261 B
SCSS
.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;
|
|
|
|
}
|
|
|
|
}
|
|
}
|