Skip to content
This repository was archived by the owner on Jan 16, 2020. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions src/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
border-radius: 50%;
width: 50px;
height: 50px;
animation: spin 2s linear infinite;
animation: spin 2.2s linear infinite;
}

@keyframes spin {
Expand All @@ -21,8 +21,8 @@
height: 100%;
}
.app-loading .spinner {
height: 250px;
width: 250px;
height: 150px;
width: 150px;
animation: rotate 2s linear infinite;
transform-origin: center center;
position: absolute;
Expand Down Expand Up @@ -85,4 +85,4 @@
z-index: -1;
background-size: cover;
background-repeat: repeat;
}
}