vendor/assets/stylesheets/_map.scss in active_frontend-7.0.2 vs vendor/assets/stylesheets/_map.scss in active_frontend-8.0.0

- old
+ new

@@ -1,8 +1,9 @@ /* Table of Contents ================================================== -# Map */ +# Map +# Media Queries */ /* # Map ================================================== */ .map { background: $color-haze-light; @@ -10,6 +11,18 @@ box-sizing: border-box; display: block; min-height: 220px; min-width:220px; } -.map-center { margin: 0 auto; } +.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; } +} \ No newline at end of file