[ACS-7414] - Manage versions dialog

This commit is contained in:
DominikIwanek
2024-04-04 14:48:43 +02:00
committed by Vito Albano
parent b34b5994d7
commit 0da2ccb762
6 changed files with 111 additions and 66 deletions

View File

@@ -6,7 +6,8 @@
class="adf-notification-history-menu_button"
id="adf-notification-history-open-button"
(menuOpened)="onMenuOpened()">
<mat-icon matBadge="&#8288;"
<mat-icon class="adf-notification-history-menu_button-icon"
matBadge="&#8288;"
[matBadgeHidden]="!notifications.length"
matBadgeColor="accent"
matBadgeSize="small">notifications</mat-icon>

View File

@@ -2,11 +2,17 @@
.adf {
&-notification-history-menu_button#{$mat-button} {
margin-right: 0;
margin-right: 8px;
border-radius: 90%;
padding: 0;
min-width: 40px;
height: 40px;
.adf-notification-history-menu_button-icon {
font-size: 24px;
height: 24px;
width: 24px;
}
}
&-notification-history-list #{$mat-subheader} {