From 3caaca9793a464ea79bf2d41af863eee705debf6 Mon Sep 17 00:00:00 2001 From: Chris Kaczor Date: Tue, 1 Oct 2019 18:45:59 -0400 Subject: [PATCH] Some more navigation work --- .../src/app/components/nav/nav.component.html | 58 +++++++++++++++++-- .../src/app/components/nav/nav.component.scss | 12 ++++ 2 files changed, 64 insertions(+), 6 deletions(-) diff --git a/Display/src/app/components/nav/nav.component.html b/Display/src/app/components/nav/nav.component.html index e7c14ec..511e2bf 100644 --- a/Display/src/app/components/nav/nav.component.html +++ b/Display/src/app/components/nav/nav.component.html @@ -7,13 +7,59 @@ - Dashboard - Laundry - Weather + + + home + + + Dashboard + + - Temperature - Humidity - Pressure + + + local_laundry_service + + + Laundry + + + + + + cloud + + + Weather + + + + + + multiline_chart + + + Weather Charts + + + + + + Temperature + + + + + + Humidity + + + + + + Pressure + + diff --git a/Display/src/app/components/nav/nav.component.scss b/Display/src/app/components/nav/nav.component.scss index 51a8876..eeabb36 100644 --- a/Display/src/app/components/nav/nav.component.scss +++ b/Display/src/app/components/nav/nav.component.scss @@ -19,3 +19,15 @@ .mat-sidenav-content { padding: 20px; } + +.nav-caption { + padding-left: 8px; +} + +.nav-icon { + color: #2f4f4f; +} + +.nav-sub-item { + padding-left: 40px !important; +}