Skip to content

Commit

Permalink
loading spinner
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanschiang committed Jun 14, 2024
1 parent 7477128 commit a13093c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/css/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -476,11 +476,18 @@
justify-content: center;
}

@keyframes spin {
to {
transform: rotate(360deg);
}
}

.loading__spinner {
height: 40px;
width: 40px;
color: #e5e7eb;
fill: #2563eb;
animation: spin 1s linear infinite !important;
}

.loading__text {
Expand Down

0 comments on commit a13093c

Please sign in to comment.