summaryrefslogtreecommitdiffstats
path: root/webapp/src/app/config/config.component.css
blob: f480857b4ecb42bfe748e3f8b314415cdf89e091 (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
26
.fa-size-x2 {
    font-size: 20px;
}

h2 {
    font-family: sans-serif;
    font-variant: small-caps;
    font-size: x-large;
}

th span {
    font-weight: 100;
}

th label {
    font-weight: 100;
    margin-bottom: 0;
}

tr.info>th {
    vertical-align: middle;
}

tr.info>td {
    vertical-align: middle;
}