From 5a7df6bfb84c9cb4bb5c831e7d34a13a8128aadb Mon Sep 17 00:00:00 2001 From: ogerly Date: Sun, 27 Nov 2022 10:57:47 +0100 Subject: [PATCH] css nav active style --- frontend/src/components/Menu/Sidebar.vue | 32 ++++++++++++++++-------- 1 file changed, 22 insertions(+), 10 deletions(-) diff --git a/frontend/src/components/Menu/Sidebar.vue b/frontend/src/components/Menu/Sidebar.vue index 526e7cb3a..837ae854f 100644 --- a/frontend/src/components/Menu/Sidebar.vue +++ b/frontend/src/components/Menu/Sidebar.vue @@ -4,7 +4,7 @@
- + {{ $t('navigation.overview') }} @@ -17,11 +17,11 @@ {{ $t('navigation.adresses') }} --> - + {{ $t('navigation.send') }} - + {{ $t('navigation.transactions') }} @@ -29,14 +29,14 @@ {{ $t('navigation.profile') }} --> - + {{ $t('navigation.members') }}
- + {{ $t('navigation.info') }} @@ -54,15 +54,20 @@ {{ $t('navigation.sun') }} --> - + {{ $t('navigation.settings') }} - + {{ $t('navigation.admin_area') }} - + {{ $t('navigation.logout') }} @@ -88,10 +93,17 @@ export default { }