Implemented sorting for library overview

This commit is contained in:
grimsi
2022-08-15 15:49:19 +02:00
parent 9ff6d76cf2
commit 89a7d7ea81
5 changed files with 132 additions and 72 deletions
@@ -38,6 +38,10 @@
margin-bottom: 0;
}
.mat-card-48 {
height: 48px;
}
::ng-deep .mat-checkbox-frame {
$config: mat.get-color-config($dark-theme);
$primary-palette: map.get($config, 'primary');