Skip to content

Commit

Permalink
Added styles necessary for the standalone localnav to function
Browse files Browse the repository at this point in the history
  • Loading branch information
sharmrj committed Jan 8, 2025
1 parent 490a349 commit 73c3cbe
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions libs/navigation/navigation.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
:root {
--navigation-link-color: #035FE6;
--navigation-link-color--hover: #136FF6;
--feds-localnav-height: 40px;
}

.global-navigation, .global-footer, .dialog-modal {
Expand Down Expand Up @@ -67,3 +68,8 @@ header.global-navigation, header.global-navigation.feds--dark {
.feds-client-search {
margin-left: auto;
}

header.global-navigation + .feds-localnav {
display: block;
height: var(--feds-localnav-height);
}

0 comments on commit 73c3cbe

Please sign in to comment.