Skip to content

Commit

Permalink
fix: add disable style to 'view' button on project-card
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasRichel committed Aug 18, 2021
1 parent 21dcc4f commit 7d491e5
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,9 @@

&__action-btn {
color: $color-tertiary-dark;

&:disabled {
color: $color-tertiary;
}
}
}

0 comments on commit 7d491e5

Please sign in to comment.