mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2025-04-18 22:32:34 +00:00
12 lines
471 B
HTML
12 lines
471 B
HTML
<div class="flex flex-col flex-auto overflow-y-auto lg:overflow-hidden bg-card dark:bg-default">
|
|
|
|
<!-- Select mail to read -->
|
|
<div class="flex flex-col flex-auto items-center justify-center bg-gray-100 dark:bg-transparent">
|
|
<mat-icon
|
|
class="icon-size-24"
|
|
[svgIcon]="'heroicons_outline:mail'"></mat-icon>
|
|
<div class="mt-4 text-2xl font-semibold tracking-tight text-secondary">Select a mail to read</div>
|
|
</div>
|
|
|
|
</div>
|