Sha256: 5a72f38ac5f0505d44f70dbd07edbc349f662b0a05274d7981a2421185594d5a

Contents?: true

Size: 1.08 KB

Versions: 76

Compression:

Stored size: 1.08 KB

Contents

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

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

/* # Alignments
================================================== */
.map-center { margin: 0 auto; }

/* # Colors
================================================== */
.map-dark {
  background: $color-black;
  border-color: $color-dark-black;
}
.map-light {
  background: $color-light-haze;
  border-color: $color-dark-haze;
}

/* # 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

76 entries across 76 versions & 1 rubygems

Version Path
active_frontend-12.1.12 vendor/assets/stylesheets/_map.scss
active_frontend-12.1.11 vendor/assets/stylesheets/_map.scss
active_frontend-12.1.10 vendor/assets/stylesheets/_map.scss
active_frontend-12.1.9 vendor/assets/stylesheets/_map.scss
active_frontend-12.1.8 vendor/assets/stylesheets/_map.scss
active_frontend-12.1.7 vendor/assets/stylesheets/_map.scss
active_frontend-12.1.6 vendor/assets/stylesheets/_map.scss
active_frontend-12.1.5 vendor/assets/stylesheets/_map.scss
active_frontend-12.1.4 vendor/assets/stylesheets/_map.scss
active_frontend-12.1.2 vendor/assets/stylesheets/_map.scss
active_frontend-12.1.1 vendor/assets/stylesheets/_map.scss
active_frontend-12.1.0 vendor/assets/stylesheets/_map.scss
active_frontend-12.0.3 vendor/assets/stylesheets/_map.scss
active_frontend-12.0.2 vendor/assets/stylesheets/_map.scss
active_frontend-12.0.1 vendor/assets/stylesheets/_map.scss
active_frontend-12.0.0 vendor/assets/stylesheets/_map.scss