From 2edc3b0a830245b81f8c5876d40d80eda1daf260 Mon Sep 17 00:00:00 2001 From: tim-herbst Date: Sun, 10 Jan 2021 16:36:28 +0100 Subject: [PATCH] remove last duplicates --- .../project-3/frontend/src/app/toolbar/toolbar.component.scss | 4 ---- projects/project-3/frontend/src/styles.scss | 1 - 2 files changed, 5 deletions(-) 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; }