Skip to content

Commit

Permalink
Change dropdown fonts specs
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomasevano committed Mar 8, 2021
1 parent 074b822 commit 48b838a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions components/NavigationDropdown.vue
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,10 @@ export default {
.navigation-dropdown {
box-shadow: 0 24px 32px 0 rgba(0, 0, 0, 0.03),
0 8px 32px 0 rgba(0, 0, 0, 0.06);
color: $grey-50;
color: $grey-60;
font-size: 0.875rem;
font-weight: $font-normal;
font-weight: $font-medium;
letter-spacing: 0.009rem;
position: absolute;
left: -50px;
border-radius: 3px;
Expand Down

0 comments on commit 48b838a

Please sign in to comment.