mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-26 10:21:52 +00:00
mail icon (#402)
Co-authored-by: Drew Ansbacher <drew.ansbacher@spiredigital.com>
This commit is contained in:
committed by
Aiden McClelland
parent
1299a3a368
commit
3fcb96229e
@@ -89,6 +89,7 @@
|
||||
<ion-icon name="information-circle-outline"></ion-icon>
|
||||
<ion-icon name="list-outline"></ion-icon>
|
||||
<ion-icon name="logo-bitcoin"></ion-icon>
|
||||
<ion-icon name="mail-outline"></ion-icon>
|
||||
<ion-icon name="medkit-outline"></ion-icon>
|
||||
<ion-icon name="newspaper-outline"></ion-icon>
|
||||
<ion-icon name="notifications-outline"></ion-icon>
|
||||
|
||||
@@ -20,11 +20,17 @@
|
||||
<!-- no notifications -->
|
||||
<ng-container *ngIf="!loading">
|
||||
<ion-item-group *ngIf="!notifications.length">
|
||||
<ion-item>
|
||||
<ion-label class="ion-text-wrap">
|
||||
Notifications about Embassy and services will appear here.
|
||||
</ion-label>
|
||||
</ion-item>
|
||||
<div
|
||||
style="
|
||||
text-align: center;
|
||||
position: absolute;
|
||||
top: 40%;
|
||||
left: 50%;
|
||||
transform: translate(-50%, -50%);"
|
||||
>
|
||||
<ion-icon style="font-size: 84px; color: #282c33" name="mail-outline"></ion-icon>
|
||||
<h4 style="color: #282c33; margin-top: 0px">Inbox Empty</h4>
|
||||
</div>
|
||||
</ion-item-group>
|
||||
|
||||
<!-- has notifications -->
|
||||
|
||||
Reference in New Issue
Block a user