Skip to content

Commit

Permalink
fix(components): add border top main navigation on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
leagrdv committed Dec 16, 2024
1 parent d7e1172 commit 1181fc3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@ slot[name='post-logo'] {
::slotted(post-mainnavigation) {
background-color: var(--post-core-color-sandgrey-002);
gap: var(--post-core-dimension-32);
border-top: 1px solid var(--post-core-color-sandgrey-012);
}

.navigation-footer {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ post-popovercontainer {
left: 0;
width: 100%;
height: auto;
border-top: unset;

&.slide-in {
animation: slide-in;
Expand Down

0 comments on commit 1181fc3

Please sign in to comment.