Change color of solutions, change back font
Resolves MS-956 #complete
This commit is contained in:
parent
c6b4d698e9
commit
7bc1c8dba4
|
|
@ -55,9 +55,12 @@ export default {
|
||||||
|
|
||||||
&--solution {
|
&--solution {
|
||||||
margin-bottom: $small-spacing;
|
margin-bottom: $small-spacing;
|
||||||
|
|
||||||
#{$parent}__link {
|
#{$parent}__link {
|
||||||
@include regular-text;
|
color: $color-charcoal-light;
|
||||||
|
}
|
||||||
|
|
||||||
|
#{$parent}__icon {
|
||||||
|
fill: $color-charcoal-light;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -82,10 +82,12 @@ export default {
|
||||||
|
|
||||||
&__text {
|
&__text {
|
||||||
font-size: toRem(18px);
|
font-size: toRem(18px);
|
||||||
@include regular-text;
|
@include regular-paragraph;
|
||||||
|
color: $color-charcoal-light;
|
||||||
|
|
||||||
:deep(p) {
|
:deep(p) {
|
||||||
@include regular-text;
|
@include regular-paragraph;
|
||||||
|
color: $color-charcoal-light;
|
||||||
font-size: toRem(18px);
|
font-size: toRem(18px);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -93,7 +95,8 @@ export default {
|
||||||
padding-left: $medium-spacing;
|
padding-left: $medium-spacing;
|
||||||
|
|
||||||
> li {
|
> li {
|
||||||
@include regular-text;
|
@include regular-paragraph;
|
||||||
|
color: $color-charcoal-light;
|
||||||
list-style: disc outside none;
|
list-style: disc outside none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -110,8 +110,10 @@ sub {
|
||||||
b,
|
b,
|
||||||
b mark {
|
b mark {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
color: inherit;
|
||||||
}
|
}
|
||||||
|
|
||||||
.secondary mark , .brand mark{
|
.secondary mark,
|
||||||
|
.brand mark {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue