summaryrefslogtreecommitdiffstats
path: root/catalog-ui/src/app/directives/inputs-and-properties/inputs/input-row.less
blob: fa79b45c3cf85c1b96d70f89a9b1d3bcd637308c (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
&.expanded {
    .input-row {
        background-color: @tlv_color_v;
    }
}

.input-row {
    padding-left: 45px;
    background: @tlv_color_t;
    border: @main_color_o solid 1px;
    align-items: center;
    .hand;
    margin: 1px 0px 1px 0px;

    &.selected {
        background-color: @tlv_color_v;
    }
    .flex-item {
        min-height: 60px;
        padding: 0 15px;
    }
    .input-check-box {
        padding-right: 10px;
        margin-top: 9px;
    }
    & > .title-text {
        text-align: start;
        padding: 4px 35px 0 35px;
    }

    .expand-collapse-inputs-table-icon {
        margin-top: 15px;
    }

    .delete {
        width: 50px;
        padding: 0;
        position: relative;
    }

    .remove-input-icon {
        position: absolute;
        top: 12px;
        right: 18px;
    }

    .remove-input-icon:hover {
        .delete-icon-hover;
    }
}

.input-row:hover {
    .bg_j;
}