refactor(privacy-policy): style: iframe-Styling zur Layoutanpassung aktualisiert
- Versionsinformationen zur Fußzeile hinzufügen
This commit is contained in:
parent
fc4209eb40
commit
17d4bc51f4
@ -4,6 +4,7 @@
|
|||||||
<div class="footer-links">
|
<div class="footer-links">
|
||||||
<a mat-button class="mat-body-strong" [routerLink]="['/privacy-policy']">Datenschutz</a>
|
<a mat-button class="mat-body-strong" [routerLink]="['/privacy-policy']">Datenschutz</a>
|
||||||
<a mat-button class="mat-body-strong" href="https://digitaldata.works/#kontakt" target="_blank">Kontakt</a>
|
<a mat-button class="mat-body-strong" href="https://digitaldata.works/#kontakt" target="_blank">Kontakt</a>
|
||||||
|
<span mat-button class="mat-body-strong">v1.0.0</span>
|
||||||
</div>
|
</div>
|
||||||
</mat-toolbar>
|
</mat-toolbar>
|
||||||
</footer>
|
</footer>
|
||||||
@ -2,7 +2,7 @@
|
|||||||
position: fixed;
|
position: fixed;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 3rem;
|
height: 2.2rem;
|
||||||
z-index: 1000;
|
z-index: 1000;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
<iframe src="docs/privacy-policy.pdf#toolbar=0&navpanes=0&scrollbar=0" ></iframe>
|
<iframe src="docs/privacy-policy.pdf#toolbar=0&navpanes=0&scrollbar=1" ></iframe>
|
||||||
@ -1,9 +1,10 @@
|
|||||||
iframe {
|
iframe {
|
||||||
overflow: hidden;
|
position : absolute;
|
||||||
border: none;
|
padding: 0;
|
||||||
padding: 0;
|
margin: 0;
|
||||||
margin: 0;
|
left : 0;
|
||||||
position: fixed;
|
top : 4rem;
|
||||||
width: 100%;
|
width : 100%;
|
||||||
height: 100%;
|
height : calc(100% - 6rem);
|
||||||
|
z-index : 10;
|
||||||
}
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user