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