_map.scss 131 B

12345678910
  1. //
  2. // Map
  3. //
  4. .map-canvas {
  5. position: relative;
  6. width: 100%;
  7. height: $map-height;
  8. border-radius: $border-radius;
  9. }