Change text color of solution block
Resolves MS-912 and MS-913 #complete
This commit is contained in:
parent
686ed773a5
commit
b9ed344dd1
|
|
@ -73,7 +73,6 @@ export default {
|
||||||
|
|
||||||
&__toggle {
|
&__toggle {
|
||||||
font-family: $sans-serif-font-family;
|
font-family: $sans-serif-font-family;
|
||||||
color: $color-silver-dark;
|
|
||||||
font-size: toRem(15px);
|
font-size: toRem(15px);
|
||||||
/*margin-bottom: 15px;*/
|
/*margin-bottom: 15px;*/
|
||||||
display: block;
|
display: block;
|
||||||
|
|
@ -83,11 +82,9 @@ export default {
|
||||||
|
|
||||||
&__text {
|
&__text {
|
||||||
font-size: toRem(18px);
|
font-size: toRem(18px);
|
||||||
color: $color-silver-dark;
|
|
||||||
|
|
||||||
:deep(p) {
|
:deep(p) {
|
||||||
font-size: toRem(18px);
|
font-size: toRem(18px);
|
||||||
color: $color-silver-dark;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
:deep(ul) {
|
:deep(ul) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue