first commit

This commit is contained in:
2025-06-30 13:50:07 +07:00
commit 1532ef6db8
430 changed files with 36150 additions and 0 deletions

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;
}
}
}