TIF_E41201448/sources/scss/components/_jqvmap.scss

17 lines
261 B
SCSS

.jqvmap-circle {
display: inline-block;
width: 13px;
height: 13px;
background-color: #fff;
border: 3px solid color(primary);
border-radius: 50%;
}
.jqvmap-label {
z-index: 889;
}
.jqvmap-zoomin, .jqvmap-zoomout {
height: auto;
width: auto;
}