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"
|
||||
/>
|
||||
|
||||
<div>
|
||||
<a
|
||||
class="button button--primary submissions-page__back"
|
||||
@click="$emit('back')"
|
||||
>Aufgabe im {{ $flavor.textModule }} anzeigen</a
|
||||
>
|
||||
</div>
|
||||
<a
|
||||
class="button button--primary assignment-with-submissions__show"
|
||||
@click="$emit('back')"
|
||||
>Aufgabe im {{ $flavor.textModule }} anzeigen</a
|
||||
>
|
||||
|
||||
<div
|
||||
class="assignment-with-submissions__solution"
|
||||
|
|
@ -112,6 +110,10 @@ export default {
|
|||
font-size: toRem(35px);
|
||||
}
|
||||
|
||||
&__show {
|
||||
margin-bottom: $large-spacing;
|
||||
}
|
||||
|
||||
&__text {
|
||||
font-size: toRem(26px);
|
||||
margin-bottom: 1rem;
|
||||
|
|
|
|||
Loading…
Reference in New Issue