Skip to content

Commit

Permalink
tighten dropdown menus styling to host more in the future (wip #36)
Browse files Browse the repository at this point in the history
  • Loading branch information
boogheta committed Apr 20, 2020
1 parent 6b68fc1 commit e47c77e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,15 @@ nav .disclaimer a, nav .disclaimer a:hover, nav .disclaimer a:visited:hover {
.scopefocus .input-group__selections__comma {
text-decoration: underline dotted;
}
.menu__content .list {
background-color: #555;
}
.menu__content .list li {
padding: 0;
}
.menu__content .list li, .menu__content .list__tile {
height: 36px;
}
.sort {
height: 18px;
margin: -4px 72px 12px 0px;
Expand Down

0 comments on commit e47c77e

Please sign in to comment.