Skip to content
This repository has been archived by the owner on Aug 25, 2020. It is now read-only.

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
svdo committed Apr 17, 2020
1 parent 17166e1 commit 3dafa00
Showing 1 changed file with 1 addition and 16 deletions.
17 changes: 1 addition & 16 deletions spaces-frontend/src/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,8 @@
pointer-events: none;
}

@media (prefers-reduced-motion: no-preference) {
.App-logo {
animation: App-logo-spin infinite 20s linear;
}
}

.App-header {
background-color: #282c34;
background-color: white;
min-height: 100vh;
display: flex;
flex-direction: column;
Expand All @@ -27,12 +21,3 @@
.App-link {
color: #61dafb;
}

@keyframes App-logo-spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}

0 comments on commit 3dafa00

Please sign in to comment.