Fixed webapp build and error message.
[src/xds/xds-agent.git] / webapp / src / app / devel / build / build.component.css
1 .vcenter {
2     display: inline-block;
3     vertical-align: middle;
4 }
5
6 .blocks .btn-primary {
7     margin-left: 5px;
8     margin-right: 5px;
9     margin-top: 5px;
10     border-radius: 4px !important;
11 }
12
13 .table-center {
14     width: 80%;
15     margin-left: auto;
16     margin-right: auto;
17 }
18
19 .table-borderless>tbody>tr>td,
20 .table-borderless>tbody>tr>th,
21 .table-borderless>tfoot>tr>td,
22 .table-borderless>tfoot>tr>th,
23 .table-borderless>thead>tr>td,
24 .table-borderless>thead>tr>th {
25     border: none;
26 }
27
28 .table-in-accordion>tbody>tr>th {
29     width: 30%
30 }
31
32 .btn-large {
33     width: 10em;
34 }
35
36 .fa-big {
37     font-size: 18px;
38     font-weight: bold;
39 }
40
41 .textarea-scroll {
42     width: 100%;
43     overflow-y: scroll;
44 }
45
46 h2 {
47     font-family: sans-serif;
48     font-variant: small-caps;
49     font-size: x-large;
50 }
51
52 .panel-heading {
53     background: aliceblue;
54 }