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 {
|
||||
font-family: $sans-serif-font-family;
|
||||
color: $color-silver-dark;
|
||||
font-size: toRem(15px);
|
||||
/*margin-bottom: 15px;*/
|
||||
display: block;
|
||||
|
|
@ -83,11 +82,9 @@ export default {
|
|||
|
||||
&__text {
|
||||
font-size: toRem(18px);
|
||||
color: $color-silver-dark;
|
||||
|
||||
:deep(p) {
|
||||
font-size: toRem(18px);
|
||||
color: $color-silver-dark;
|
||||
}
|
||||
|
||||
:deep(ul) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue