Skip to content

Commit

Permalink
style version dropdown
Browse files Browse the repository at this point in the history
  • Loading branch information
narthur committed Dec 25, 2024
1 parent f6b63cb commit 3035e30
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions src/components/organisms/passageNavigation/index.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -34,19 +34,26 @@
text-decoration: none;
}

.dropdownButton:hover,
.dropdownButton:focus,
.dropdownButton:active {
color: $ts-salmon;
}

.dropdownContainer {
padding: 0px 16px;
}

.dropdownContainer p {
font-size: 12px;
line-height: 15px;
margin: 16px 0;
padding: 0;
margin: 0;
}

.dropdownContainer button {
text-decoration: none;
font-size: 12px;
line-height: 15px;
padding: 8px 0;
width: 100%;
}

.content {
Expand Down

0 comments on commit 3035e30

Please sign in to comment.