summaryrefslogtreecommitdiffstats
path: root/webapp/sass/routes/_compliance.scss
blob: 922ea27d74120214f388317677cc0ef03bff2dfd (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
@charset 'UTF-8';

.compliance-panel__table,
.audit-panel__table,
.cluster-panel__table {
    background-color: $white;
    border: 1px solid $border-gray;
    margin-top: 10px;
    max-height: 70vh;
    min-height: 100px;
    overflow: auto;
    padding: 5px;
    width: 100%;
}

.compliance-panel,
.audit-panel {
    .row {
        > .form-group {
            padding-left: 0;

            &:first-child {
                padding-left: 15px;
            }
        }

        label {
            font-weight: 600;
        }
    }

    .fa-refresh {
        margin-right: 5px;
    }
}

.compliance-panel {
    margin-bottom: 3em;
}