diff --git a/projects/project-3/frontend/src/app/toolbar/toolbar.component.scss b/projects/project-3/frontend/src/app/toolbar/toolbar.component.scss index 1f25ffa..962d5b3 100644 --- a/projects/project-3/frontend/src/app/toolbar/toolbar.component.scss +++ b/projects/project-3/frontend/src/app/toolbar/toolbar.component.scss @@ -5,7 +5,3 @@ .mat-toolbar { height: 5vh; } - -#logo { - cursor: pointer; -} diff --git a/projects/project-3/frontend/src/styles.scss b/projects/project-3/frontend/src/styles.scss index 1a4c807..09cae2f 100644 --- a/projects/project-3/frontend/src/styles.scss +++ b/projects/project-3/frontend/src/styles.scss @@ -14,7 +14,6 @@ body { @import "~leaflet.markercluster/dist/MarkerCluster.Default.css"; @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 { margin: 0; }