Skip to content

Commit

Permalink
Fix button style
Browse files Browse the repository at this point in the history
  • Loading branch information
gasman committed May 11, 2022
1 parent 6875cd8 commit a7c9455
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
.transfer.button.button-secondary.bicolor {
overflow: visible;
border: 1px solid #00676a;
width: auto;
color: #007d7e;
height: 3em;
}

.transfer.button.button-secondary.bicolor:hover {
color: #fff;
}

.transfer.button.button-secondary.bicolor::before {
Expand Down

0 comments on commit a7c9455

Please sign in to comment.