From 482fa503e545e00252e25eee7b3e0f7d421cf9d4 Mon Sep 17 00:00:00 2001 From: Rigel Kent Date: Sun, 8 Mar 2020 17:33:40 +0100 Subject: Use grid to organise settings in admin, my-account --- client/src/sass/bootstrap.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client/src/sass/bootstrap.scss') diff --git a/client/src/sass/bootstrap.scss b/client/src/sass/bootstrap.scss index f718791eb..5c1ce1028 100644 --- a/client/src/sass/bootstrap.scss +++ b/client/src/sass/bootstrap.scss @@ -175,10 +175,10 @@ ngb-tabset { .nav-tabs .nav-link { &:not(.active) { - opacity: .6; border-bottom: 3px solid transparent; } &.active { + font-weight: $font-semibold; background-color: var(--mainBackgroundColor) !important; border: none; border-bottom: 2px solid var(--mainColor); -- cgit v1.2.3