Skip to content

Commit

Permalink
Adding css changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Snehal Sonawane authored and Snehal Sonawane committed Jul 31, 2024
1 parent 03dce80 commit bec1ec0
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
@@ -1,6 +1,7 @@
/* Extracting the essential styles required for rendering the component independently */
.global-navigation, .global-footer, .dialog-modal {
font-family: 'Adobe Clean', adobe-clean, 'Trebuchet MS', sans-serif;
font-size: 18px;
line-height: 27px;
color: #2c2c2c;
word-wrap: break-word;
Expand All @@ -19,3 +20,8 @@
max-width: 100%;
height: auto;
}

header.global-navigation {
height: var(--global-height-nav);
visibility: hidden;
}

0 comments on commit bec1ec0

Please sign in to comment.