formatting

This commit is contained in:
2026-07-15 01:01:19 -07:00
parent a0d5a7ec68
commit d33aef1680
27 changed files with 1631 additions and 1683 deletions
+9 -10
View File
@@ -1,14 +1,13 @@
@use "../variables" as *;
.theme-tab {
&.v-tabs {
.v-tab {
border-radius: $border-radius-root !important;
min-width: auto !important;
&.v-slide-group-item--active {
background: rgb(var(--v-theme-primary));
}
}
&.v-tabs {
.v-tab {
border-radius: $border-radius-root !important;
min-width: auto !important;
&.v-slide-group-item--active {
background: rgb(var(--v-theme-primary));
}
}
}
}
}