profile improvements, aliases feature

This commit is contained in:
_Bastler
2021-03-30 15:14:07 +02:00
parent 35411505f8
commit 40ade2ca06
27 changed files with 561 additions and 92 deletions
+10
View File
@@ -194,6 +194,16 @@ mat-sidenav-container {
color: $warn;
}
.align-right{
display: flex;
padding: 21px 0;
justify-content: flex-end;
}
.mat-tooltip-trigger {
cursor: pointer;
}
mat-card.warn,
mat-card.accent {