+
+
Select a range to analyze data
+
-
-
+
-
-
+
diff --git a/projects/project-3/frontend/src/app/dashboard/user-input/user-input.component.scss b/projects/project-3/frontend/src/app/dashboard/user-input/user-input.component.scss
index 6f5429f..c54a900 100644
--- a/projects/project-3/frontend/src/app/dashboard/user-input/user-input.component.scss
+++ b/projects/project-3/frontend/src/app/dashboard/user-input/user-input.component.scss
@@ -1,30 +1,4 @@
.header-image {
- margin-top: 1em;
- margin-left: 1em;
- margin-bottom: 1em;
background-image: url('../../../assets/bike-point-blue.png');
background-size: cover;
}
-
-.mat-card {
- padding: 1px 1px 1px;
- margin: 10px;
-}
-
-.mat-card-title {
- margin-top: 1em;
- margin-left: 2em;
-}
-
-.mat-card-subtitle {
- margin-left: 39px;
-}
-
-#chart {
- margin-right: 16px;
-}
-
-.submit-date {
- margin-top: 1em;
- margin-left: 4em;
-}
diff --git a/projects/project-3/frontend/src/styles.scss b/projects/project-3/frontend/src/styles.scss
index b43caff..c5948d4 100644
--- a/projects/project-3/frontend/src/styles.scss
+++ b/projects/project-3/frontend/src/styles.scss
@@ -11,6 +11,12 @@ body {
@import "~leaflet/dist/leaflet.css";
@import "~leaflet.markercluster/dist/MarkerCluster.css";
@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 !important;
+}
.legend {
padding: 6px 8px;