summaryrefslogtreecommitdiff
path: root/src/SearchFilters.css
blob: d757bf6aa6b692619722619f7ea01785ea16b858 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22

.Filter {
    text-align: left;
    margin-bottom: 1rem;
}

.Filter label {
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
}

.Filter select {
    width: 100%;
}

.SearchFilters {
}

.search-btn input {
    width: 100%;
}