From 233eb9525a3f707bbaca27db84300a35ef56146b Mon Sep 17 00:00:00 2001 From: Spencer Ofwiti Date: Wed, 25 Nov 2020 10:09:15 +0300 Subject: [PATCH] Add CIC logo to favicon. --- src/index.html | 9 ++++----- src/styles.scss | 7 +++++++ 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/src/index.html b/src/index.html index 3098aa7..e0141f9 100644 --- a/src/index.html +++ b/src/index.html @@ -7,17 +7,16 @@ - + + + - + - - - diff --git a/src/styles.scss b/src/styles.scss index 3d85212..bdd786e 100644 --- a/src/styles.scss +++ b/src/styles.scss @@ -207,6 +207,10 @@ a[data-toggle="collapse"] { text-align: center; } +.mat-column-select { + overflow: initial; +} + @media (max-width: 768px) { #sidebar { margin-left: 0; @@ -297,3 +301,6 @@ a[data-toggle="collapse"] { } } + +html, body { height: 100%; } +body { margin: 0; font-family: Roboto, "Helvetica Neue", sans-serif; }