Skip to content

Commit

Permalink
assets/nav: add small margin for styling the area dropdown
Browse files Browse the repository at this point in the history
  • Loading branch information
Phillippa authored and goapunk committed May 16, 2023
1 parent bc975b1 commit 8d008e0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions bplan/assets/scss/components/_nav.scss
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,10 @@
}
}

& .dropdown + .dropdown {
margin-right: $padding-xs-horizontal;
}

& .dropdown {
& .dropdown-toggle {
color: $gray-light;
Expand Down

0 comments on commit 8d008e0

Please sign in to comment.