summaryrefslogtreecommitdiffstats
path: root/catalog-ui/src/app/directives/inputs-and-properties/properties/property-row-view.less
blob: e25427bda260082d5f6cbabf8a082f41b45474d3 (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
.property-row {
    border-bottom: 1px solid @border_color_d;
    padding-left: 10px;
    .property-name-container {
        display: flex;
        flex-grow: 3;
    }

    .type-schema-container {
        flex-grow: 2;
        border-left: 1px solid @border_color_d;
        text-align: left;
        line-height: 30px;
        text-transform: capitalize;
        width: 10px;
    }

    .property-check-box {
        padding-right: 10px;
        margin-top: 9px;
    }
}

.property-row:hover {
    background-color: @func_color_r;
}

&.expanded {
    .flex-container {
        .expand-collapse-inputs-table-icon {
            transform: rotate(180deg);
            left: 0px;
        }
    }
}