summaryrefslogtreecommitdiff
path: root/assets/styles.css
blob: 97fd316b26198c0d132e5d8b73db09523a18c10d (plain) (blame)
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
26
27
28
29
30
31
32
33
34
body {
    font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    max-width: 80vw;
    margin: 2rem auto;
}

.dash-table-container {
    overflow: scroll;
}

.dash-table-container,
.dash-graph {
    margin: 2rem 0;
    max-width: 100%;
}

.flex {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.flex p {
    margin-right: 1rem;
    flex-shrink: 0;
}

.flex .dash-dropdown {
    width: 100%;
}

.flex #date-picker-range {
    width: 100%;
}