summaryrefslogtreecommitdiffstats
path: root/webapp/src/app/config/config.component.css
blob: 2bb3fea43ea2c481b24d5ff3df0f4821e5e70fd1 (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
27
28
29
30
.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;
}

.panel-heading {
    background: aliceblue;
}