_google-maps.scss 537 B

1234567891011121314151617181920212223242526
  1. /* ------------------------------------------------------------------------------
  2. *
  3. * # Google Maps overrides
  4. *
  5. * Override Google Maps default styles
  6. *
  7. * ---------------------------------------------------------------------------- */
  8. // Check if component is enabled
  9. @if $enable-google-maps {
  10. // Container
  11. .map-container {
  12. height: $map-container-height;
  13. }
  14. // Override popover text styles
  15. .gm-style {
  16. font-size: $font-size-base;
  17. .gm-style-iw {
  18. font-size: $font-size-base;
  19. font-weight: $font-weight-normal;
  20. }
  21. }
  22. }