move dashboard elements and store the order

This commit is contained in:
2023-03-05 16:16:54 +01:00
parent 77c576c434
commit 10c982c8bc
15 changed files with 399 additions and 72 deletions

View File

@@ -141,6 +141,12 @@ mat-option.mat-option.mat-active {
background-color: #ccc;
}
a ,a:visited {
color: blue;
text-decoration: none;
}
a.external-link:after {
background: transparent url('/assets/img/external-link.svg') no-repeat center bottom;
background-size: 0.8em;