Sha256: 0445af8a157a22e83e2960d4bc14839fc7042c78901cc2b0bc067d2912a10a90

Contents?: true

Size: 1.08 KB

Versions: 10

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

10 entries across 10 versions & 1 rubygems

Version Path
active_frontend-13.3.0 vendor/assets/stylesheets/_map.scss
active_frontend-13.2.0 vendor/assets/stylesheets/_map.scss
active_frontend-13.1.0 vendor/assets/stylesheets/_map.scss
active_frontend-13.0.6 vendor/assets/stylesheets/_map.scss
active_frontend-13.0.5 vendor/assets/stylesheets/_map.scss
active_frontend-13.0.4 vendor/assets/stylesheets/_map.scss
active_frontend-13.0.3 vendor/assets/stylesheets/_map.scss
active_frontend-13.0.2 vendor/assets/stylesheets/_map.scss
active_frontend-13.0.1 vendor/assets/stylesheets/_map.scss
active_frontend-13.0.0 vendor/assets/stylesheets/_map.scss