added date filter
This commit is contained in:
@@ -10,4 +10,33 @@
|
||||
|
||||
.col-form-label {
|
||||
padding-top: 0 !important
|
||||
}
|
||||
|
||||
/* Filter panel styles */
|
||||
.filter-panel {
|
||||
padding: 1rem !important;
|
||||
}
|
||||
|
||||
.filter-panel .header-title {
|
||||
font-size: 1.1rem;
|
||||
margin-bottom: 0.75rem !important;
|
||||
}
|
||||
|
||||
.filter-panel .row.g-2 > [class*="col-"] {
|
||||
padding-left: 0.5rem;
|
||||
padding-right: 0.5rem;
|
||||
}
|
||||
|
||||
.filter-panel .form-group {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.filter-actions {
|
||||
display: flex;
|
||||
gap: 0.5rem;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
|
||||
.filter-actions .btn {
|
||||
margin-right: 0;
|
||||
}
|
||||
Reference in New Issue
Block a user