first commit

This commit is contained in:
CHIEFSOFT\ameye
2024-01-25 13:06:29 -05:00
commit 346346573f
1362 changed files with 343729 additions and 0 deletions
+36
View File
@@ -0,0 +1,36 @@
//
// vector-maps.scss
//
.jvm-tooltip {
border-radius: 3px;
background-color: var(--#{$prefix}primary);
font-family: $font-family-base;
box-shadow: $box-shadow-lg;
padding: 5px 9px;
}
.jvm-container {
text {
font-family: $font-family-base;
font-size: $font-size-base;
fill: var(--#{$prefix}gray-700);
}
}
.jvm-zoom-btn {
background-color: var(--#{$prefix}primary);
}
#jvm-markers-group{
.jvm-marker {
width: 18px;
height: 18px;
border-radius: 50%;
}
}
#SvgjsLine1040 {
stroke: $primary;
fill: rgb(17, 114, 250);
}