maps.css 736 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. .wrapper{
  2. padding: 20px;
  3. }
  4. .map{
  5. clear: both;
  6. float: left;
  7. margin-right: 20px;
  8. margin-bottom: 20px;
  9. }
  10. .mapInfo{
  11. float: left;
  12. margin-bottom: 30px;
  13. }
  14. .mapTestContainer{
  15. display: flex;
  16. }
  17. .mapTime{
  18. order: 2;
  19. }
  20. .mapTest{
  21. order: 1;
  22. max-width: 620px;
  23. }
  24. .form-control{
  25. display: inline;
  26. width: auto;
  27. position: relative;
  28. top: 2px;
  29. }
  30. input[type="color"]{
  31. width: 50px;
  32. margin-left: 5px;
  33. margin-right: 10px;
  34. }
  35. button{
  36. margin-right: 3px;
  37. }
  38. .controllers{
  39. position: absolute;
  40. bottom: 0;
  41. right: 0;
  42. padding: 5px 10px;
  43. display: flex;
  44. flex-direction: column;
  45. place-items: flex-end;
  46. }
  47. .mapboxgl-ctrl-attrib.mapboxgl-compact{
  48. display: none;
  49. }
  50. .metrics{
  51. float: right;
  52. }
  53. img{
  54. width: 100%;
  55. }