pages updated - dynamic theme

This commit is contained in:
Çetin
2022-01-20 12:03:45 +03:00
parent 790119b9b4
commit 7d5af7fcf9
9 changed files with 127 additions and 42 deletions

View File

@@ -7,10 +7,10 @@
<div class="surface-card h-full w-full m-0 py-7 px-4" style="border-radius:53px;">
<div class="grid flex flex-column align-items-center">
<div class="flex justify-content-center align-items-center bg-pink-500 border-circle" style="height:3.2rem; width:3.2rem;">
<i class="pi pi-fw pi-exclamation-circle text-2xl text-50"></i>
<i class="pi pi-fw pi-exclamation-circle text-2xl" [ngClass]="config.dark ? 'text-900' : 'text-50'"></i>
</div>
<h1 class="font-bold text-5xl text-gray-900 mb-2">Error Occured</h1>
<span class="text-gray-600">Requested resource is not available.</span>
<h1 class="font-bold text-5xl mb-2" [ngClass]="config.dark ? 'text-900' : 'text-gray-900'">Error Occured</h1>
<span [ngClass]="config.dark ? 'text-600' : 'text-gray-600'">Requested resource is not available.</span>
<img src="assets/layout/images/asset-error.svg" alt="Error" class="mt-5" width="80%">
<div class="col-12 mt-5 text-center">
<i class="pi pi-fw pi-arrow-left text-blue-500 mr-2" style="vertical-align:center;"></i><a href="#" class="text-blue-500">Go to Dashboard</a>