arcadiasuite/plus/public/assets/scss/custom/plugins/_maps.scss

41 lines
839 B
SCSS

//
// maps.scss
//
//Google Maps
.gmaps,
.gmaps-panaroma {
height: 300px;
background: var(--#{$prefix}tertiary-bg);
border-radius: 3px;
}
// Vector Map
.jvectormap-label {
border: none;
background: var(--#{$prefix}tertiary-bg);
color: var(--#{$prefix}tertiary-color);
box-shadow: var(--#{$prefix}box-shadow-lg);
font-family: $font-family-base;
font-size: $font-size-base;
padding: 5px 8px;
}
// zoomin & zoomout btn color
.jvectormap-container {
.jvectormap-zoomin,
.jvectormap-zoomout {
height: 24px;
width: 24px;
line-height: 20px;
font-size: 15px;
background-color: var(--#{$prefix}tertiary-bg);
color: var(--#{$prefix}tertiary-color);
}
.jvectormap-zoomout {
top: 37px;
}
}