From ee6cd5932a8ceda40b8d5446d9926f184629ac62 Mon Sep 17 00:00:00 2001 From: Anna Tsyganova Date: Fri, 22 Jul 2022 11:44:37 +0300 Subject: SILABMC-191: Increase height of navigation buttons --- src/components/_sila/AppNavigation/AppNavigation.vue | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/components/_sila/AppNavigation') diff --git a/src/components/_sila/AppNavigation/AppNavigation.vue b/src/components/_sila/AppNavigation/AppNavigation.vue index a03a1cd0..99d1195d 100644 --- a/src/components/_sila/AppNavigation/AppNavigation.vue +++ b/src/components/_sila/AppNavigation/AppNavigation.vue @@ -115,6 +115,8 @@ svg { outline: none; & > a { border-bottom: 1px solid $gray-20; + padding-top: 0.7rem; + padding-bottom: 0.7rem; } } @@ -199,6 +201,9 @@ svg { .nav-item > button { border-bottom: 1px solid $gray-20; + font-weight: 500; + padding-top: 0.7rem; + padding-bottom: 0.7rem; } .nav-container { -- cgit v1.2.3