summaryrefslogtreecommitdiffstats
path: root/webapp/src/app/devel/build/build.component.css
blob: 695a89b482c68814dc2e6441b832e739066ae844 (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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
.vcenter {
    display: inline-block;
    vertical-align: middle;
}

.blocks .btn-primary {
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 5px;
    border-radius: 4px !important;
}

.table-center {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.table-borderless>tbody>tr>td,
.table-borderless>tbody>tr>th,
.table-borderless>tfoot>tr>td,
.table-borderless>tfoot>tr>th,
.table-borderless>thead>tr>td,
.table-borderless>thead>tr>th {
    border: none;
}

.table-in-accordion>tbody>tr>th {
    width: 30%
}

.btn-large {
    width: 10em;
}

.fa-big {
    font-size: 18px;
    font-weight: bold;
}

.textarea-scroll {
    width: 100%;
    overflow-y: scroll;
}

h2 {
    font-family: sans-serif;
    font-variant: small-caps;
    font-size: x-large;
}

.panel-heading {
    background: aliceblue;
}