aboutsummaryrefslogtreecommitdiffstats
path: root/catalog-ui/app/scripts/view-models/workspace/tabs/inputs/service-input/service-inputs.less
blob: 11e613b56e210acd0168c1ba1ce2c8f32ee20171 (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
.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;

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

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

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

}