1
0
mirror of https://github.com/RaidMax/IW4M-Admin.git synced 2025-06-10 23:31:13 -05:00

add "advanced" search functionality

This commit is contained in:
RaidMax
2023-01-23 16:38:16 -06:00
parent c961d4e953
commit 4c51d86fae
24 changed files with 771 additions and 44 deletions

View File

@ -1,5 +1,9 @@
@import 'profile.scss';
$dp-background-color: #191c20;
$dp-cell-focus-background-color: rgba(255, 255, 255, 0.05);
@import '../../lib/vanillajs-datepicker/sass/datepicker';
:root {
--blue-color: #117ac0;
@ -471,3 +475,25 @@ table.no-cell-divider td.first-row, table.no-cell-divider th.first-row {
table.no-cell-divider td.last-row, table.no-cell-divider th.last-row {
padding-bottom: 1.5rem;
}
.datepicker-picker {
padding: 1rem;
}
.view-switch {
margin: 0 1rem 0 1rem;
}
.datepicker-header {
margin-bottom: 1rem;
}
.datepicker-view .days {
margin: auto !important
}
@media (max-width: 768px) {
:root {
--sidebar-width: 90%;
}
}