Change solution text color in surveys

Relates to MS-912 #complete
This commit is contained in:
Ramon Wenger 2024-04-16 13:34:57 +02:00
parent 8148df2f66
commit b093769abf
1 changed files with 1 additions and 2 deletions

View File

@ -1,7 +1,6 @@
.solution-text { .solution-text {
&__heading { &__heading {
@include heading-4; @include heading-4;
color: $color-silver-dark;
margin-bottom: $small-spacing; margin-bottom: $small-spacing;
} }
@ -16,7 +15,7 @@
} }
&__list-item { &__list-item {
@include inline-title; @include regular-text;
margin-bottom: $medium-spacing; margin-bottom: $medium-spacing;
} }
} }