Skip to content

Commit

Permalink
WE-6859 Update notification link style
Browse files Browse the repository at this point in the history
  • Loading branch information
walsh9 committed Apr 12, 2017
1 parent 518788c commit f2e53f7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions app/styles/_player-notification.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,12 @@

.player-notification-link {
color: $gold;
border-bottom: 1px solid rgba($gold, .3);
border-bottom: 1px solid rgba($gold, 0);
align-self: center;
margin: 0 0 0 10px;
min-width: 70px;
&:hover {
&:hover,
&:focus {
border-bottom-color: rgba($gold, .8);
}
}
Expand Down

0 comments on commit f2e53f7

Please sign in to comment.