sifatbaho

This commit is contained in:
2026-04-05 05:31:24 +05:00
commit df3d57f503
2609 changed files with 369825 additions and 0 deletions

23
resources/scss/plugins/_vector-maps.scss vendored Executable file
View File

@@ -0,0 +1,23 @@
//
// vector-maps.scss
//
.jvm-tooltip {
border-radius: 3px;
background-color: $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: $primary;
}