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

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

.Filter label {
    display: block;
    font-size: 14px;
    font-stretch: 100%;
    font-weight: bold;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.Filter select {
    width: 100%;
}

.SearchFilters {
}

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