Skip to content

Commit

Permalink
fix button animation load
Browse files Browse the repository at this point in the history
  • Loading branch information
raw-vitor committed May 14, 2021
1 parent 96a8fb7 commit fbc15c3
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/assets/styles/loading.scss
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
.btn-load {
background-color: transparent !important;
font-size: 0;
pointer-events: none;
cursor: not-allowed;
margin-top: 10px;
border: none;
background-color: transparent !important;
font-size: 0;
pointer-events: none;
cursor: not-allowed;
margin-top: 10px;
border: none;
}

0 comments on commit fbc15c3

Please sign in to comment.