From 92a977aa57e87ed7ff58dcec6f9fc1a4caff804c Mon Sep 17 00:00:00 2001 From: Christina Chortaria Date: Tue, 6 Aug 2024 12:36:13 -0400 Subject: [PATCH] [LuxLibraryHeader] Update to use font-size-base [LuxMenuBar] Update to use font-size-base --- src/components/LuxLibraryHeader.vue | 2 +- src/components/LuxMenuBar.vue | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/components/LuxLibraryHeader.vue b/src/components/LuxLibraryHeader.vue index 6ded0fc..8aa3442 100644 --- a/src/components/LuxLibraryHeader.vue +++ b/src/components/LuxLibraryHeader.vue @@ -201,7 +201,7 @@ export default { .abbr-name { display: block; - font-size: var(--font-size-small); + font-size: var(--font-size-base); } } } diff --git a/src/components/LuxMenuBar.vue b/src/components/LuxMenuBar.vue index 42c3296..4cccbfb 100644 --- a/src/components/LuxMenuBar.vue +++ b/src/components/LuxMenuBar.vue @@ -253,7 +253,7 @@ export default { .lux-nav { @include stack-space($space-base); font-family: var(--font-family-text); - font-size: var(--font-size-small); + font-size: var(--font-size-base); line-height: var(--line-height-base); width: 100%; @@ -363,7 +363,7 @@ export default { padding: 0.5rem 1rem; width: 100%; text-align: left; - font-size: var(--font-size-small); + font-size: var(--font-size-base); &:hover, &:focus { @@ -391,7 +391,7 @@ export default { .lux-main-menu { @include stack-space($space-base); font-family: $font-family-text; - font-size: var(--font-size-small); + font-size: var(--font-size-base); line-height: $line-height-base; width: 100%; @@ -412,7 +412,7 @@ export default { outline: none; padding: $space-small $space-x-small; padding-left: $space-small; - font-size: var(--font-size-small); + font-size: var(--font-size-base); color: $color-rich-black; display: block; text-decoration: none;