summaryrefslogtreecommitdiffstats
path: root/webapp/src/app/build/build.component.css
blob: 11784db17e1d01b9a878940e31ea3ee37c623578 (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
.vcenter {
    display: inline-block;
    vertical-align: middle;
}

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

.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;
}

.btn-large {
    width: 10em;
}

.fa-size-x2 {
    font-size: 18px;
}

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