Files
full-matdash-nuxt-stim/scss/components/_VTooltip.scss
2025-06-30 13:50:07 +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;
}
}
}