From 746ee6e62a843b0c70eb09af7089958b136b8845 Mon Sep 17 00:00:00 2001 From: William Mantly Date: Wed, 30 Dec 2020 18:41:08 -0500 Subject: [PATCH] Fixed spacing for nav icons --- nodejs/public/css/styles.css | 8 ++++++-- nodejs/views/top.ejs | 6 +++--- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/nodejs/public/css/styles.css b/nodejs/public/css/styles.css index 3f72d95..944633d 100755 --- a/nodejs/public/css/styles.css +++ b/nodejs/public/css/styles.css @@ -3,7 +3,7 @@ transition: all .4s ease; } -a:hover, button:hover, div.form-group:hover{ +a:hover, button:hover, div.form-group:hover, header nav a{ color: inherit; transition: all .4s ease; background-color: inherit; @@ -21,4 +21,8 @@ div.card-body{ .my-2 > a { padding-right: .5em; -} \ No newline at end of file +} + +header nav svg{ + margin-right: .4em +} diff --git a/nodejs/views/top.ejs b/nodejs/views/top.ejs index 2ea387c..f6f2c53 100755 --- a/nodejs/views/top.ejs +++ b/nodejs/views/top.ejs @@ -27,9 +27,9 @@
SSO Manager - Theta 42
Log Out