Files
superset2/superset/assets/visualizations/country_map.css
2017-05-24 09:27:04 -07:00

37 lines
510 B
CSS

.country_map svg {
background-color: #feffff;
}
.country_map {
position: relative;
}
.country_map .background {
fill: rgba(255,255,255,0);
pointer-events: all;
}
.country_map .map-layer {
fill: #fff;
stroke: #aaa;
}
.country_map .effect-layer {
pointer-events: none;
}
.country_map text {
font-weight: 300;
color: #333333;
}
.country_map text.big-text {
font-size: 30px;
font-weight: 400;
color: #333333;
}
.country_map path.region {
cursor: pointer;
}