Umbau zu tailwind + mobile friendly: LandingPage & Footer
This commit is contained in:
@@ -1,25 +1,25 @@
|
||||
<div class="container">
|
||||
<div class="content">
|
||||
@if (actualRoute !=='home' && actualRoute !=='pricing'){
|
||||
<header></header>
|
||||
}
|
||||
<router-outlet></router-outlet>
|
||||
</div>
|
||||
<footer></footer>
|
||||
<p-confirmDialog #cd>
|
||||
<ng-template pTemplate="headless" let-message>
|
||||
<div class="flex flex-column align-items-center p-5 surface-overlay border-round">
|
||||
<span class="font-bold text-2xl block mb-2 mt-4">
|
||||
{{ message.header }}
|
||||
</span>
|
||||
<p class="mb-0">{{ message.message }}</p>
|
||||
<div class="flex align-items-center gap-2 mt-4">
|
||||
<button pButton label="OK" (click)="cd.accept()" size="small"></button>
|
||||
</div>
|
||||
</div>
|
||||
</ng-template>
|
||||
</p-confirmDialog>
|
||||
<!-- <div class="container"> -->
|
||||
<div class="content">
|
||||
@if (actualRoute !=='home' && actualRoute !=='pricing'){
|
||||
<header></header>
|
||||
}
|
||||
<router-outlet></router-outlet>
|
||||
</div>
|
||||
<app-footer></app-footer>
|
||||
<!-- <p-confirmDialog #cd>
|
||||
<ng-template pTemplate="headless" let-message>
|
||||
<div class="flex flex-column align-items-center p-5 surface-overlay border-round">
|
||||
<span class="font-bold text-2xl block mb-2 mt-4">
|
||||
{{ message.header }}
|
||||
</span>
|
||||
<p class="mb-0">{{ message.message }}</p>
|
||||
<div class="flex align-items-center gap-2 mt-4">
|
||||
<button pButton label="OK" (click)="cd.accept()" size="small"></button>
|
||||
</div>
|
||||
</div>
|
||||
</ng-template>
|
||||
</p-confirmDialog> -->
|
||||
<!-- </div> -->
|
||||
|
||||
@if (loadingService.isLoading$ | async) {
|
||||
<div class="spinner-overlay">
|
||||
|
||||
Reference in New Issue
Block a user