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 +++++ src/locales/en-US.json | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) 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 { diff --git a/src/locales/en-US.json b/src/locales/en-US.json index ecdf71ad..719a6abe 100644 --- a/src/locales/en-US.json +++ b/src/locales/en-US.json @@ -131,7 +131,8 @@ "keyClear": "@:appPageTitle.keyClear", "staticInfo": "Static Information", "fans": "@:appPageTitle.fans", - "processors": "@:appPageTitle.processors" + "processors": "@:appPageTitle.processors", + "dynamicInformation": "@:appPageTitle.dynamicInformation" }, "appPageTitle": { "changePassword": "Change password", -- cgit v1.2.3