12 lines
186 B
SCSS
12 lines
186 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) {
|
|
margin: 0;
|
|
|
|
}
|
|
}
|