2024-10-10

This commit is contained in:
2024-10-10 12:56:56 +08:00
commit 7b347c848a
2648 changed files with 643965 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
@import "variable"; // variable
.datamap-sales-hover-tooltip{
background: $dark;
font-family: $mol;
padding: 5px 10px;
color: $white;
font-weight: 400;
font-size: 12px;
text-transform: capitalize;
border-radius: 3px;
}