remove last duplicates

This commit is contained in:
tim-herbst 2021-01-10 16:36:28 +01:00
parent 83e136b61c
commit 2edc3b0a83
2 changed files with 0 additions and 5 deletions

View File

@ -5,7 +5,3 @@
.mat-toolbar { .mat-toolbar {
height: 5vh; height: 5vh;
} }
#logo {
cursor: pointer;
}

View File

@ -14,7 +14,6 @@ body {
@import "~leaflet.markercluster/dist/MarkerCluster.Default.css"; @import "~leaflet.markercluster/dist/MarkerCluster.Default.css";
@import "~bootstrap/scss/bootstrap"; @import "~bootstrap/scss/bootstrap";
/* WTF ANGULAR!?!?!?! WHY DO I HAVE TO DO THIS? (see table.component.html@7 and table.component.html@50) */
label.mat-checkbox-layout { label.mat-checkbox-layout {
margin: 0; margin: 0;
} }