2bb3fea43ea2c481b24d5ff3df0f4821e5e70fd1
[src/xds/xds-server.git] / webapp / src / app / config / config.component.css
1 .fa-size-x2 {
2     font-size: 20px;
3 }
4
5 h2 {
6     font-family: sans-serif;
7     font-variant: small-caps;
8     font-size: x-large;
9 }
10
11 th span {
12     font-weight: 100;
13 }
14
15 th label {
16     font-weight: 100;
17     margin-bottom: 0;
18 }
19
20 tr.info>th {
21     vertical-align: middle;
22 }
23
24 tr.info>td {
25     vertical-align: middle;
26 }
27
28 .panel-heading {
29     background: aliceblue;
30 }