Skip to content

Commit

Permalink
remove unused css
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Eickhoff committed Oct 28, 2024
1 parent 7568640 commit 6217848
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions src/standalone/styles/spinner.less
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,3 @@
z-index: 9999; /* Damit der spinner über allem sichtbar ist */
display: block; /* Initially hidden */
}

.spinner {
border: 18px solid #f3f3f3;
border-top: 18px solid #3498db;
border-radius: 50%;
width: 100px;
height: 100px;
animation: spin 2s linear infinite;
}

@keyframes spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}

0 comments on commit 6217848

Please sign in to comment.