Skip to content

Commit

Permalink
Update styles.css
Browse files Browse the repository at this point in the history
  • Loading branch information
runas24 authored Apr 15, 2024
1 parent 4e02bf3 commit a69eb9c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,8 @@ button[type="submit"]:hover {
margin-top: 20px;
}

@keyframes spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
#approvalMessage {
display: none;
color: white;
font-size: 24px;
}

0 comments on commit a69eb9c

Please sign in to comment.