Files
full-matdash-nuxt-stim/scss/components/_VExpansionpanel.scss
2025-06-30 13:50:07 +07:00

9 lines
246 B
SCSS

.v-expansion-panel-title__overlay{
background: rgba(var(--v-theme-primary));
}
.v-expansion-panel:not(:first-child)::after {
border-color: transparent !important;
}
.v-expansion-panel-text{
color: rgba(var(--v-theme-textSecondary));
}