summaryrefslogtreecommitdiffstats
path: root/catalog-ui/src/app/view-models/workspace/tabs/inputs/service-input/service-inputs.less
blob: f783d0b6d61acad4b44fdc0d50560ed961626424 (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
.workspace-inputs {

    .service-inputs-view {

        .table-container-flex {
            width:100% !important;
        }

        .table-loader {
            position: relative;
            top:215px;
        }

    }

    .infinite-scroll {

        overflow-y: scroll;
        overflow-x: hidden;
        max-height: 400px;
    }

    .class_with_css_props_leading_to_a_scroll {
        height: 100%;
        overflow-y: auto;
    }

    .table-container-flex {
        .expand-collapse-table-row {
            .service-input-row {
                padding-left: 15px;
                border: none;
                border-bottom: rgba(120, 136, 148, 0.26) solid 1px;

                &.service-input-row {
                    background: @tlv_color_u;
                    &.new-input {
                        background: @tlv_color_v;
                    }
                }
            }


        }
    }

}