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.4.32 vendor/assets/stylesheets/_map.scss
active_frontend-12.4.31 vendor/assets/stylesheets/_map.scss
active_frontend-12.4.30 vendor/assets/stylesheets/_map.scss
active_frontend-12.4.29 vendor/assets/stylesheets/_map.scss
active_frontend-12.4.28 vendor/assets/stylesheets/_map.scss
active_frontend-12.4.27 vendor/assets/stylesheets/_map.scss
active_frontend-12.4.26 vendor/assets/stylesheets/_map.scss
active_frontend-12.4.25 vendor/assets/stylesheets/_map.scss
active_frontend-12.4.24 vendor/assets/stylesheets/_map.scss
active_frontend-12.4.23 vendor/assets/stylesheets/_map.scss
active_frontend-12.4.22 vendor/assets/stylesheets/_map.scss
active_frontend-12.4.21 vendor/assets/stylesheets/_map.scss
active_frontend-12.4.20 vendor/assets/stylesheets/_map.scss
active_frontend-12.4.19 vendor/assets/stylesheets/_map.scss
active_frontend-12.4.18 vendor/assets/stylesheets/_map.scss
active_frontend-12.4.17 vendor/assets/stylesheets/_map.scss
active_frontend-12.4.16 vendor/assets/stylesheets/_map.scss
active_frontend-12.4.15 vendor/assets/stylesheets/_map.scss
active_frontend-12.4.14 vendor/assets/stylesheets/_map.scss
active_frontend-12.4.13 vendor/assets/stylesheets/_map.scss