vendor/assets/stylesheets/_map.scss in active_frontend-6.6.2 vs vendor/assets/stylesheets/_map.scss in active_frontend-7.0.0
- old
+ new
@@ -3,11 +3,11 @@
# Map */
/* # Map
================================================== */
.map {
- background: rgba(245,248,250,1);
- border: 1px solid rgba(235,242,247,1);
+ background: $color-haze-light;
+ border: 1px solid $color-haze;
box-sizing: border-box;
display: block;
min-height: 220px;
min-width:220px;
}
\ No newline at end of file