TinyForest system front-end written with ReactJS
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.

22 lines
306 B

  1. .App {
  2. text-align: center;
  3. }
  4. .App-logo {
  5. height: 40vmin;
  6. }
  7. .App-header {
  8. background-color: #282c34;
  9. min-height: 100vh;
  10. display: flex;
  11. flex-direction: column;
  12. align-items: center;
  13. justify-content: center;
  14. font-size: calc(10px + 2vmin);
  15. color: white;
  16. }
  17. .App-link {
  18. color: #09d3ac;
  19. }