Skip to content

Commit

Permalink
feat: add props styles button
Browse files Browse the repository at this point in the history
  • Loading branch information
ialexanderbrito committed Apr 12, 2022
1 parent d548d32 commit 74c5c79
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/components/Button/Button.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@
filter: brightness(0.8);
transition: 0.4s;
}

&:disabled {
cursor: not-allowed;
filter: brightness(0.8);
transition: 0.4s;
}
}

@media screen and (min-width: 839px) {
Expand Down

0 comments on commit 74c5c79

Please sign in to comment.