diff --git a/auth/assets/public/style.css b/auth/assets/public/style.css index 158282bbe..a5187c394 100644 --- a/auth/assets/public/style.css +++ b/auth/assets/public/style.css @@ -94,6 +94,11 @@ a:hover { font-size: 1rem; } +/* Navigation */ +.nav-item.active { + border-bottom: 4px solid var(--primary); +} + /* form styling*/ .form-control { border: 2px solid var(--light); diff --git a/auth/assets/templates/inc_nav.html.tpl b/auth/assets/templates/inc_nav.html.tpl index 6720400b9..f0422103e 100644 --- a/auth/assets/templates/inc_nav.html.tpl +++ b/auth/assets/templates/inc_nav.html.tpl @@ -1,20 +1,22 @@ -
-
-
- - - -
-
+
+
+ + + +
{{ if not .hideNav }} {{ if and .user .client }} {{ else if .user }}