summaryrefslogtreecommitdiffstats
path: root/webapp/src/app/devel/devel.component.css
blob: 40d6fec0c8bab53aa19920e2d38f31ba46629c47 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
.table-center {
    width: 60%;
    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;
}