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,34 @@
@layer vuetify-components {
.v-data-table-footer {
align-items: center;
display: flex;
flex-wrap: wrap;
justify-content: flex-end;
padding: 8px 4px;
}
.v-data-table-footer__items-per-page {
align-items: center;
display: flex;
justify-content: center;
}
.v-data-table-footer__items-per-page > span {
padding-inline-end: 8px;
}
.v-data-table-footer__items-per-page > .v-select {
width: 90px;
}
.v-data-table-footer__info {
display: flex;
justify-content: flex-end;
min-width: 116px;
padding: 0 16px;
}
.v-data-table-footer__paginationz {
align-items: center;
display: flex;
margin-inline-start: 16px;
}
.v-data-table-footer__page {
padding: 0 8px;
}
}