App.css 332 B

123456789101112131415161718192021222324
  1. #root {
  2. position: absolute;
  3. width: 100% !important;
  4. height: 100% !important;
  5. }
  6. .App {
  7. background-color: #222;
  8. color: #ccc;
  9. font-weight: 500;
  10. height: 100%;
  11. display: flex;
  12. flex-flow: column nowrap;
  13. justify-content: space-between;
  14. }
  15. .loading {
  16. text-align: center;
  17. }
  18. .map-div {
  19. height: 100%;
  20. width: 100%;
  21. }