c1b39d8756a34fac052c35d3de31deadc7674635
[src/xds/xds-server.git] / webapp / src / app / devel / deploy / deploy.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: 99%;
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 .btn-large {
29     width: 10em;
30 }
31
32 .fa-size-x2 {
33     font-size: 18px;
34 }
35
36 .textarea-scroll {
37     width: 100%;
38     overflow-y: scroll;
39 }
40
41 h2 {
42     font-family: sans-serif;
43     font-variant: small-caps;
44     font-size: x-large;
45 }