19 lines
379 B
SCSS
19 lines
379 B
SCSS
.help-text {
|
|
&__icon {
|
|
width: 40px;
|
|
height: 40px;
|
|
fill: $color-brand;
|
|
}
|
|
&__description {
|
|
font-family: $sans-serif-font-family;
|
|
font-size: toRem(17px);
|
|
font-weight: $font-weight-regular;
|
|
}
|
|
&__link {
|
|
font-family: $sans-serif-font-family;
|
|
text-decoration: underline;
|
|
font-weight: $font-weight-regular;
|
|
font-size: toRem(17px);
|
|
}
|
|
}
|