Skip to content

Commit

Permalink
[LuxLibraryHeader] Update to use font-size-base
Browse files Browse the repository at this point in the history
[LuxMenuBar] Update to use font-size-base
  • Loading branch information
christinach committed Aug 6, 2024
1 parent 1e9a4ea commit 92a977a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/components/LuxLibraryHeader.vue
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ export default {
.abbr-name {
display: block;
font-size: var(--font-size-small);
font-size: var(--font-size-base);
}
}
}
Expand Down
8 changes: 4 additions & 4 deletions src/components/LuxMenuBar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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%;
Expand Down Expand Up @@ -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 {
Expand Down Expand Up @@ -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%;
Expand All @@ -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;
Expand Down

0 comments on commit 92a977a

Please sign in to comment.