42 lines
658 B
CSS
42 lines
658 B
CSS
.sent-checkbox-wrapper {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
|
|
.sent-checkbox-wrapper .fa-check {
|
|
font-size: 1.2rem;
|
|
}
|
|
|
|
.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;
|
|
} |