routie dev init since i didn't adhere to any proper guidance up until now

This commit is contained in:
2026-04-29 22:27:29 -06:00
commit e1dabb71e2
15301 changed files with 3562618 additions and 0 deletions
@@ -0,0 +1,17 @@
@layer vuetify-components {
.v-date-picker-years {
height: 288px;
overflow-y: scroll;
}
.v-date-picker-years__content {
display: grid;
flex: 1 1;
justify-content: space-around;
grid-template-columns: repeat(3, 1fr);
gap: 8px 24px;
padding-inline: 32px;
}
.v-date-picker-years__content .v-btn {
padding-inline: 8px;
}
}