Files
Yusron alamsyah 1f94c60e71 first commit
2026-03-26 09:11:29 +07:00

15 lines
275 B
SCSS

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