summaryrefslogtreecommitdiff
path: root/src/components/_sila/AppNavigation
diff options
context:
space:
mode:
authorAnna Tsyganova <ATSyganova@IBS.RU>2022-07-22 11:44:37 +0300
committerAnna Tsyganova <ATSyganova@IBS.RU>2022-07-22 11:44:37 +0300
commitee6cd5932a8ceda40b8d5446d9926f184629ac62 (patch)
treeb525243892cc3cb39b2178d058682dac34fe5036 /src/components/_sila/AppNavigation
parent9c3f13239953c79962c50015062de147b4661760 (diff)
downloadwebui-vue-ee6cd5932a8ceda40b8d5446d9926f184629ac62.tar.xz
SILABMC-191: Increase height of navigation buttons
Diffstat (limited to 'src/components/_sila/AppNavigation')
-rw-r--r--src/components/_sila/AppNavigation/AppNavigation.vue5
1 files changed, 5 insertions, 0 deletions
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 {