Change solution text color in surveys
Relates to MS-912 #complete
This commit is contained in:
parent
8148df2f66
commit
b093769abf
|
|
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue