summaryrefslogtreecommitdiff
path: root/src/components/_sila/AppNavigation/AppNavigation.vue
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/_sila/AppNavigation/AppNavigation.vue')
-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 {