Sha256: 098d9daf1d96fef4a5dbfbf1c9049610d57ba7e03638d982919430deaf7af27c

Contents?: true

Size: 796 Bytes

Versions: 21

Compression:

Stored size: 796 Bytes

Contents

/* Table of Contents
==================================================
# Map
# Media Queries */

/* # Map
================================================== */
.map {
  background: $color-haze-light;
  border: 1px solid $color-haze;
  box-sizing: border-box;
  display: block;
  min-height: 220px;
  min-width:220px;
}
.map-center { margin: 0 auto; }

/* # Media Queries
================================================== */
@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) {
  .map { border-width: 0.5px; }
}

Version data entries

21 entries across 21 versions & 1 rubygems

Version Path
active_frontend-10.2.10 vendor/assets/stylesheets/_map.scss
active_frontend-10.2.9 vendor/assets/stylesheets/_map.scss
active_frontend-10.2.8 vendor/assets/stylesheets/_map.scss
active_frontend-10.2.7 vendor/assets/stylesheets/_map.scss
active_frontend-10.2.6 vendor/assets/stylesheets/_map.scss
active_frontend-10.2.5 vendor/assets/stylesheets/_map.scss
active_frontend-10.2.4 vendor/assets/stylesheets/_map.scss
active_frontend-10.2.3 vendor/assets/stylesheets/_map.scss
active_frontend-10.2.2 vendor/assets/stylesheets/_map.scss
active_frontend-10.2.1 vendor/assets/stylesheets/_map.scss
active_frontend-10.2.0 vendor/assets/stylesheets/_map.scss
active_frontend-10.1.2 vendor/assets/stylesheets/_map.scss
active_frontend-10.1.1 vendor/assets/stylesheets/_map.scss
active_frontend-10.1.0 vendor/assets/stylesheets/_map.scss
active_frontend-10.0.0 vendor/assets/stylesheets/_map.scss
active_frontend-9.1.1 vendor/assets/stylesheets/_map.scss
active_frontend-9.1.0 vendor/assets/stylesheets/_map.scss
active_frontend-9.0.1 vendor/assets/stylesheets/_map.scss
active_frontend-9.0.0 vendor/assets/stylesheets/_map.scss
active_frontend-8.0.1 vendor/assets/stylesheets/_map.scss