aboutsummaryrefslogtreecommitdiffstats
path: root/catalog-ui/src/app/view-models/workspace/tabs/distribution/disribution-status-modal/disribution-status-modal.less
blob: d167083a2b7f70335d95b466fd9ef02901a3d167 (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
.w-sdc-classic-top-line-modal {

    .w-sdc-modal-head {
        //   border-bottom: none;
    }
    .w-sdc-distribution-view {
        .actions-buttons {
            height: 29px;
            padding: 0 25px 0 0px;
            span{
                float: right;
            }
        }

        .w-sdc-distribution-view-content {
            height: 500px;
        }

        .w-sdc-distribution-view-content-section {

            .w-sdc-distribute-parent-block {
                .w-sdc-distribute-components-block {

                    .omf-component-row {
                        .w-sdc-distribute-status-block {
                            margin-left: 0;
                        }

                    }
                    div {
                        padding-left: 0;
                    }
                }

            }

        }
    }
}