aboutsummaryrefslogtreecommitdiff
path: root/web/src/App.css
blob: 78cbbe0f21602e26bdeda1ad3a4c63ea2c48546e (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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
#root {
    max-width: 1280px;
    margin: 0 auto;
    padding: 2rem;
    text-align: center;
}

h1 {
    margin-bottom: 0.25em;
}

.card {
    margin: 2em;
    padding: 1.5em;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    transition: 0.3s;
}

.card:hover {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

.searchbox {
    /*margin-right: 1em;*/
    /*width: 80%;*/
}

.item-container {
    margin-top: 1em;
}

.group-title {
    margin: 0 0 0.25em;
}

.group-table {
    border-collapse: collapse;
    margin-left: 1em;
    text-align: left;
}

.group-table td {
    padding: 0.5em;
    white-space: nowrap;
    border-top: 1px solid #ccc
}

.group-table tbody tr:last-child td {
    border-bottom: 1px solid #ccc;
}