routie dev init since i didn't adhere to any proper guidance up until now
This commit is contained in:
+34
@@ -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;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user