From f62e975373f70ef77d4fb4ca2889aea9aa8eac4e Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Mon, 22 Mar 2021 18:53:33 +0100 Subject: [PATCH] update nav-pills style --- assets/css/admin.scss | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/assets/css/admin.scss b/assets/css/admin.scss index a6ee269..1e360b0 100644 --- a/assets/css/admin.scss +++ b/assets/css/admin.scss @@ -103,6 +103,18 @@ tr.table-primary-light { } } +.nav-pills { + .nav-item { + margin-right: 3px; + } + + .nav-link:not(.active) { + color: #333; + background: #eee; + } +} + + .sidebar { .nav-link { font-weight: 500;