mirror of
https://github.com/apache/superset.git
synced 2026-04-10 20:06:13 +00:00
37 lines
510 B
CSS
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;
|
|
}
|