Skip to content

Commit

Permalink
[DESIGN] Changer les specs de la font du drop-down (PIX-2239)
Browse files Browse the repository at this point in the history
  • Loading branch information
pix-service-auto-merge authored Mar 9, 2021
2 parents 8a81559 + a9781d2 commit fac8637
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;
border-radius: 3px;
background: $white;
Expand Down

0 comments on commit fac8637

Please sign in to comment.