The main server, and probably only repository in this org.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

32 lines
468 B

5 years ago
  1. .App {
  2. text-align: center;
  3. }
  4. .App-logo {
  5. animation: App-logo-spin infinite 20s linear;
  6. height: 40vmin;
  7. }
  8. .App-header {
  9. background-color: #282c34;
  10. min-height: 100vh;
  11. display: flex;
  12. flex-direction: column;
  13. align-items: center;
  14. justify-content: center;
  15. font-size: calc(10px + 2vmin);
  16. color: white;
  17. }
  18. .App-link {
  19. color: #61dafb;
  20. }
  21. @keyframes App-logo-spin {
  22. from {
  23. transform: rotate(0deg);
  24. }
  25. to {
  26. transform: rotate(360deg);
  27. }
  28. }