Add margin after solution on assignment submissions page
Resolves MS-721 #complete
This commit is contained in:
parent
f5df6864d1
commit
d25e133618
|
|
@ -7,13 +7,11 @@
|
||||||
v-html="assignment.assignment"
|
v-html="assignment.assignment"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<div>
|
|
||||||
<a
|
<a
|
||||||
class="button button--primary submissions-page__back"
|
class="button button--primary assignment-with-submissions__show"
|
||||||
@click="$emit('back')"
|
@click="$emit('back')"
|
||||||
>Aufgabe im {{ $flavor.textModule }} anzeigen</a
|
>Aufgabe im {{ $flavor.textModule }} anzeigen</a
|
||||||
>
|
>
|
||||||
</div>
|
|
||||||
|
|
||||||
<div
|
<div
|
||||||
class="assignment-with-submissions__solution"
|
class="assignment-with-submissions__solution"
|
||||||
|
|
@ -112,6 +110,10 @@ export default {
|
||||||
font-size: toRem(35px);
|
font-size: toRem(35px);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&__show {
|
||||||
|
margin-bottom: $large-spacing;
|
||||||
|
}
|
||||||
|
|
||||||
&__text {
|
&__text {
|
||||||
font-size: toRem(26px);
|
font-size: toRem(26px);
|
||||||
margin-bottom: 1rem;
|
margin-bottom: 1rem;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue