Skip to content

Commit

Permalink
Style disabled btn
Browse files Browse the repository at this point in the history
  • Loading branch information
lamosty committed Jun 15, 2020
1 parent ef35d10 commit 131c94c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions client/signup/steps/p2-site/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,13 @@
border: none;
color: var( --p2-color-text-white );
}

&[disabled] {
opacity: 0.5;
color: var( --p2-color-text-white );
background-color: var( --p2-color-link );
border: none;
}
}

.p2-site__form .form-label {
Expand Down

0 comments on commit 131c94c

Please sign in to comment.