Add links for basic knowledge dropdown
This commit is contained in:
parent
e1ea01cbb8
commit
32697fcf49
|
|
@ -4,6 +4,12 @@
|
||||||
<book-topic-navigation></book-topic-navigation>
|
<book-topic-navigation></book-topic-navigation>
|
||||||
</book-navigation-item>
|
</book-navigation-item>
|
||||||
<book-navigation-item title="Basiswissen">
|
<book-navigation-item title="Basiswissen">
|
||||||
|
<div>
|
||||||
|
<router-link to="/basic-knowledge">Sprache und Kommunikation</router-link>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<router-link to="/basic-knowledge">Gesellschaft</router-link>
|
||||||
|
</div>
|
||||||
</book-navigation-item>
|
</book-navigation-item>
|
||||||
<book-navigation-item title="News">
|
<book-navigation-item title="News">
|
||||||
<template slot="title">
|
<template slot="title">
|
||||||
|
|
|
||||||
|
|
@ -64,7 +64,7 @@
|
||||||
box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.12);
|
box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.12);
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: 0;
|
left: 0;
|
||||||
margin-top: $medium-spacing;
|
margin-top: 17px;
|
||||||
background-color: $color-white;
|
background-color: $color-white;
|
||||||
padding: $small-spacing $medium-spacing;
|
padding: $small-spacing $medium-spacing;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
<div class="basic-knowledge-overview">
|
<div class="basic-knowledge-overview">
|
||||||
<div class="basic-knowledge-overview__heading">
|
<div class="basic-knowledge-overview__heading">
|
||||||
<h1 class="basic-knowledge-overview__title">
|
<h1 class="basic-knowledge-overview__title">
|
||||||
Basiswissen:<br> Sprache und Gesellschaft
|
Basiswissen:<br> Sprache und Kommunikation
|
||||||
</h1>
|
</h1>
|
||||||
</div>
|
</div>
|
||||||
<div class="basic-knowledge-overview__list">
|
<div class="basic-knowledge-overview__list">
|
||||||
|
|
@ -43,6 +43,7 @@
|
||||||
&__title {
|
&__title {
|
||||||
max-width: 1200px;
|
max-width: 1200px;
|
||||||
line-height: 1.2;
|
line-height: 1.2;
|
||||||
|
margin-bottom: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
&__list {
|
&__list {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue