Skip to content

Commit

Permalink
Fix sass linting
Browse files Browse the repository at this point in the history
  • Loading branch information
Damian Mooyman committed Jul 27, 2017
1 parent 52ee858 commit a6a254c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion client/src/styles/_typography.scss
Expand Up @@ -119,11 +119,13 @@ th {
.btn-notice {
background: #51b8d9;
color: #fff;

&:hover {
color: #fff;
background: darken(#51b8d9, 10%);
}

&:focus {
color: #fff;
}
}
}

0 comments on commit a6a254c

Please sign in to comment.