11 lines
272 B
CSS
11 lines
272 B
CSS
.datamap-sales-hover-tooltip {
|
|
background: #252525;
|
|
font-family: "Quicksand", sans-serif;
|
|
padding: 5px 10px;
|
|
color: #fff;
|
|
font-weight: 400;
|
|
font-size: 12px;
|
|
text-transform: capitalize;
|
|
border-radius: 3px; }
|
|
|
|
/*# sourceMappingURL=datamap.css.map */ |