38 lines
584 B
SCSS
38 lines
584 B
SCSS
//
|
|
// jVectorMap
|
|
//
|
|
// Overwrite/Extend styles
|
|
// --------------------------------------------------
|
|
|
|
.jvectormap-tip {
|
|
padding: .375rem .5rem;
|
|
font-family: $font-family-base;
|
|
background: $primary-dark;
|
|
border: none;
|
|
border-radius: 0;
|
|
}
|
|
|
|
.jvectormap-zoomin,
|
|
.jvectormap-zoomout,
|
|
.jvectormap-goback {
|
|
left: 1rem;
|
|
padding: .25rem;
|
|
line-height: 1rem;
|
|
background: $primary-dark;
|
|
}
|
|
|
|
.jvectormap-zoomin,
|
|
.jvectormap-zoomout {
|
|
width: 1rem;
|
|
height: 1rem;
|
|
}
|
|
|
|
.jvectormap-zoomin:hover,
|
|
.jvectormap-zoomout:hover {
|
|
opacity: .6;
|
|
}
|
|
|
|
.jvectormap-zoomout {
|
|
top: 2.25rem;
|
|
}
|