Skip to content

Commit

Permalink
minimized css
Browse files Browse the repository at this point in the history
  • Loading branch information
horeaporutiu committed Sep 20, 2023
1 parent 1573eb7 commit 2c5e61e
Showing 1 changed file with 2 additions and 19 deletions.
21 changes: 2 additions & 19 deletions examples/ai-image-generator/src/assets/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -44,34 +44,17 @@ body {
no-repeat center;
}

/* Spinner From: https://codepen.io/tbrownvisuals/pen/edGYvx */
.spinner {
position: fixed;
z-index: 999;
height: 2em;
width: 2em;
overflow: show;
margin: auto;
top: 250px;
left: 0;
bottom: 0;
right: 0;
display: none;
}

.show {
display: block;
}

.spinner {
display: inline-block;
width: 50px;
height: 50px;
border: 3px solid rgba(255, 255, 255, 0.3);
border-radius: 50%;
border-top-color: #121111;
animation: spin 1s ease-in-out infinite;
-webkit-animation: spin 1s ease-in-out infinite;
top: 525px;
left: 160px;
}

@keyframes spin {
Expand Down

0 comments on commit 2c5e61e

Please sign in to comment.