aboutsummaryrefslogtreecommitdiffstats
path: root/webapp/src/app/config/config.component.css
blob: 6412f9a56307808af06d167b736aa3a3e8aab8ac (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
31
32
33
34
35
.fa-big {
    font-size: 20px;
    font-weight: bold;
}

.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;
}