Skip to content

Commit

Permalink
divider line
Browse files Browse the repository at this point in the history
  • Loading branch information
sharmrj committed Nov 6, 2024
1 parent beed7f5 commit e05937f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions libs/blocks/global-navigation/global-navigation.css
Original file line number Diff line number Diff line change
Expand Up @@ -776,7 +776,8 @@ header.new-nav .feds-nav-wrapper--expanded .feds-nav > section.feds-navItem:firs
}

header.new-nav .feds-nav-wrapper--expanded .feds-nav > .feds-navItem.feds-navItem--mobile-only:last-child {
padding-bottom: 9px;
padding-bottom: 10px;
border-bottom: 2px solid #fff;
}

header.new-nav .feds-nav-wrapper--expanded .feds-nav > section.feds-navItem > button.feds-navLink {
Expand Down Expand Up @@ -806,7 +807,7 @@ header.new-nav .feds-nav > section.feds-navItem > button.feds-navLink::after {
}

header.new-nav .feds-nav > .feds-navItem:not(:last-child) > .feds-navLink {
border-bottom: 1px solid var(#2c2c2c);
border-bottom: 1px solid #2c2c2c;
}

/*
Expand Down

0 comments on commit e05937f

Please sign in to comment.