first commit

This commit is contained in:
2025-11-26 07:49:54 +00:00
commit d8685ccf10
468 changed files with 41346 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
.v-tooltip{
.v-overlay__content{
border-radius: $border-radius-root + 4 !important;
}
}
.v-tooltip{
&.custom-tooltip {
.v-overlay__content {
background: rgba(var(--v-theme-secondary), 0.9);
color: white;
}
}
}