bugfixes
This commit is contained in:
parent
4885ffa214
commit
d4f1231e06
3 changed files with 8 additions and 9 deletions
|
|
@ -57,10 +57,10 @@
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
<div class="reference">
|
<div class="reference">
|
||||||
<div routerLink="privacy-policy">
|
<p routerLink="privacy-policy">
|
||||||
{{ "sidebar.privacyPolicy" | translate }}
|
{{ "sidebar.privacyPolicy" | translate }}
|
||||||
</div>
|
</p>
|
||||||
<div routerLink="imprint">{{ "sidebar.legalNotice" | translate }}</div>
|
<p routerLink="imprint">{{ "sidebar.legalNotice" | translate }}</p>
|
||||||
<div (click)="logout()">{{ "sidebar.logout" | translate }}</div>
|
<p (click)="logout()">{{ "sidebar.logout" | translate }}</p>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
|
||||||
|
|
@ -58,15 +58,14 @@ nav {
|
||||||
align-items: center;
|
align-items: center;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
margin-bottom: 30px;
|
margin-bottom: 30px;
|
||||||
div {
|
p {
|
||||||
width: 216px;
|
width: fit-content;
|
||||||
padding: 8px;
|
padding: 8px;
|
||||||
|
margin: 12px 0;
|
||||||
display: flex;
|
display: flex;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
color: var(--light-gray);
|
color: var(--light-gray);
|
||||||
padding-top: 2vh;
|
|
||||||
padding-bottom: 2vh;
|
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
&:hover {
|
&:hover {
|
||||||
color: var(--light-blue);
|
color: var(--light-blue);
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@
|
||||||
},
|
},
|
||||||
"navbar": {
|
"navbar": {
|
||||||
"privacyPolicy": "Datenschutzerklärung",
|
"privacyPolicy": "Datenschutzerklärung",
|
||||||
"legalNotice": "Rechtlicher Hinweis",
|
"legalNotice": "Rechtliche Hinweise",
|
||||||
"logout": "Abmelden",
|
"logout": "Abmelden",
|
||||||
"english": "Englisch",
|
"english": "Englisch",
|
||||||
"german": "Deutsch"
|
"german": "Deutsch"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue