first commit
This commit is contained in:
9
scss/components/_VExpansionpanel.scss
Normal file
9
scss/components/_VExpansionpanel.scss
Normal file
@@ -0,0 +1,9 @@
|
||||
.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));
|
||||
}
|
||||
Reference in New Issue
Block a user