Change font for solutions

Relates to MS-938
This commit is contained in:
Ramon Wenger 2024-05-01 16:31:39 +02:00
parent 7d0a2bc656
commit 86d48f5456
3 changed files with 5 additions and 11 deletions

View File

@ -16,9 +16,7 @@
<script>
import { defineAsyncComponent } from 'vue';
const DocumentIcon = defineAsyncComponent(() =>
import('@/components/icons/DocumentIcon.vue')
);
const DocumentIcon = defineAsyncComponent(() => import('@/components/icons/DocumentIcon.vue'));
export default {
props: {
@ -57,14 +55,6 @@ export default {
&--solution {
margin-bottom: $small-spacing;
#{$parent}__link {
color: $color-silver-dark;
}
#{$parent}__icon {
fill: $color-silver-dark;
}
}
}
</style>

View File

@ -82,8 +82,10 @@ export default {
&__text {
font-size: toRem(18px);
@include regular-text;
:deep(p) {
@include regular-text;
font-size: toRem(18px);
}
@ -91,6 +93,7 @@ export default {
padding-left: $medium-spacing;
> li {
@include regular-text;
list-style: disc outside none;
}
}

View File

@ -427,6 +427,7 @@ const spellcheck = () => {
}
&__main-text {
margin-bottom: $medium-spacing;
:deep(ul) {
@include list-parent;
}