umami/src/app/(app)/reports/FieldFilterForm.module.css

23 lines
220 B
CSS
Raw Normal View History

2023-07-02 07:02:49 +02:00
.selected {
font-weight: bold;
}
.popup {
display: flex;
}
.filter {
display: flex;
flex-direction: column;
gap: 20px;
}
.dropdown {
2023-07-05 07:51:23 +02:00
min-width: 180px;
2023-07-02 07:02:49 +02:00
}
2023-08-10 18:31:25 +02:00
.menu {
min-width: 360px;
max-height: 300px;
}