Skip to content
This repository has been archived by the owner on Jul 22, 2020. It is now read-only.

Commit

Permalink
fix: minor css button style fix for disabled state
Browse files Browse the repository at this point in the history
  • Loading branch information
manuel-calavera committed Sep 20, 2019
1 parent 5635f9e commit 2187803
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/components/UI/Button/styles.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
display: inline-block;
border: 1px solid $primary;
padding: 5px;
&.disabled {
opacity: .4;
}
}
.btn {
border: none;
Expand Down

0 comments on commit 2187803

Please sign in to comment.