From 7f652724b70fe8bdecf139a9e805e1ebd769ccfb Mon Sep 17 00:00:00 2001 From: Max Ehrlicher-Schmidt Date: Fri, 4 Dec 2020 08:50:56 +0100 Subject: [PATCH] Add link to toolbar --- src/app/app.component.html | 2 +- src/app/app.component.scss | 3 --- src/styles.scss | 5 +++++ 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/src/app/app.component.html b/src/app/app.component.html index bca2d0a..dc96dd0 100644 --- a/src/app/app.component.html +++ b/src/app/app.component.html @@ -3,7 +3,7 @@ - fLotte + fLotte Dantenbank diff --git a/src/app/app.component.scss b/src/app/app.component.scss index 5355149..8eccf92 100644 --- a/src/app/app.component.scss +++ b/src/app/app.component.scss @@ -7,9 +7,6 @@ #content { flex: 1; } - .mat-drawer-content { - //height: auto; - } #navbar { flex: none; #menu-trigger-button { diff --git a/src/styles.scss b/src/styles.scss index 9b0b709..592d569 100644 --- a/src/styles.scss +++ b/src/styles.scss @@ -31,6 +31,11 @@ h2:before { border-bottom: 2px solid #7fc600; } +.link { + cursor: pointer; + outline: none; +} + .mat-list-item-content { width: 100%; }