Skip to content

Commit

Permalink
fix language dropdown font-size missing from design (#149)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmelo authored Sep 3, 2018
1 parent 5761668 commit 05fecdf
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/styles/_components/_header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -404,6 +404,13 @@ $header-height: 60px;
color: color('primary');
}
}

a,
button,
[role="button"] {
font-size: em(16px);
color: #545d69;
}
}
}

Expand Down

0 comments on commit 05fecdf

Please sign in to comment.