maps.css 887 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  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. width: 600px;
  14. }
  15. .mapTestContainer{
  16. display: flex;
  17. }
  18. .mapTime{
  19. order: 2;
  20. }
  21. .mapTest{
  22. order: 1;
  23. max-width: 620px;
  24. }
  25. .form-control{
  26. display: inline;
  27. width: auto;
  28. position: relative;
  29. top: 2px;
  30. }
  31. input[type="color"]{
  32. width: 50px;
  33. margin-left: 5px;
  34. margin-right: 10px;
  35. }
  36. .row div {
  37. padding: 0px;
  38. }
  39. .row div .custom-switch{
  40. padding-left: 3.0rem;
  41. }
  42. button{
  43. margin-right: 3px;
  44. }
  45. .controllers{
  46. position: absolute;
  47. bottom: 0;
  48. right: 0;
  49. padding: 5px 10px;
  50. display: flex;
  51. flex-direction: column;
  52. place-items: flex-end;
  53. }
  54. .mapboxgl-ctrl-attrib.mapboxgl-compact{
  55. display: none;
  56. }
  57. .metrics{
  58. float: right;
  59. }
  60. .plot{
  61. width: 100%;
  62. }
  63. .table{
  64. min-width: 400px;
  65. max-width: 800px;
  66. }