synchronize static assets with .NET MAUI project

This commit is contained in:
sbwalker
2024-01-02 15:25:07 -05:00
parent 6e74215b2e
commit d35ef2d360
2 changed files with 83 additions and 63 deletions

View File

@ -213,3 +213,18 @@ app {
right: 0.75rem;
top: 0.5rem;
}
/* Oqtane Control Styles */
/* Pager */
.app-pager-pointer {
cursor: pointer;
}
.app-sort-th {
cursor: pointer;
}
.app-fas {
margin-left: 5px;
}