HEX
Server: Apache
System: Linux b:u:newjapaneti:1 3.10.0-1160.31.1.el7.x86_64 #1 SMP Thu Jun 10 13:32:12 UTC 2021 x86_64
User: newjapaneti (381717)
PHP: 5.6.30
Disabled: apache_get_modules, apache_get_version, apache_reset_timeout, apache_getenv, apache_note, apache_setenv
Upload Files
File: /var/www/html/newjapanetiquetas.com.br/web/docs/styles/less/plugins/googlemap.less
/* $google-map
 ------------------------------------------*/
.world-map {
  width: 100%;
  height: 100%;
  display: inline-block;
}

@media (max-width: @screen-xs-max) {
  .world-map {
  display: table;
}
  }

.full-map-wrapper {
  position: absolute;
  top: @header-height;
  bottom: @footer-height;
  left: @sidebar-width;
  right: 0;
}

#cd-google-map {
  position: relative;
}

#google-container {
  position: relative;
  width: 100%;
  height: 100%!important;
  min-height: 25rem;
}

.google-map {
  width: 100%;
  background: transparent;
  padding: 0!important;
}

.google-map {
  img {
    max-width: none!important;
  }
}

.gm-style-cc {
  display: none!important;
}

.layout-static-sidebar .full-map-wrapper {
  position: static;
  height: 100%!important;
  .world-map {
    top: @header-height;
    height: auto;
    left: auto;
    right: auto;
    bottom: @footer-height;
  }
}