Style links
This commit is contained in:
parent
4282c9df06
commit
5be7428b70
|
|
@ -40,9 +40,9 @@
|
||||||
</section>
|
</section>
|
||||||
<section class="get-license">
|
<section class="get-license">
|
||||||
<h2>Oder, kaufen Sie eine Lizenz</h2>
|
<h2>Oder, kaufen Sie eine Lizenz</h2>
|
||||||
<ul>
|
<ul class="license-links">
|
||||||
<li><a :href="teacherEditionUrl">mySkillobx für Lehrpersonen</a></li>
|
<li class="license-links__item"><a :href="teacherEditionUrl" class="noserif-link">mySkillobx für Lehrpersonen</a></li>
|
||||||
<li><a :href="studentEditionUrl">mySkillobx für Lernende</a></li>
|
<li class="license-links__item"><a :href="studentEditionUrl" class="noserif-link">mySkillobx für Lernende</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</section>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
|
|
@ -141,4 +141,10 @@ export default {
|
||||||
margin-top: $large-spacing
|
margin-top: $large-spacing
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.license-links {
|
||||||
|
&__item {
|
||||||
|
margin-bottom: $medium-spacing;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue