CSIT Fix for SDC-2585
[sdc.git] / catalog-ui / src / app / view-models / workspace / tabs / distribution / disribution-status-modal / disribution-status-modal.less
1 .w-sdc-classic-top-line-modal {
2
3     .w-sdc-modal-head {
4         //   border-bottom: none;
5     }
6     .w-sdc-distribution-view {
7         .actions-buttons {
8             height: 29px;
9             padding: 0 25px 0 0px;
10             span{
11                 float: right;
12             }
13         }
14
15         .w-sdc-distribution-view-content {
16             height: 500px;
17         }
18
19         .w-sdc-distribution-view-content-section {
20
21             .w-sdc-distribute-parent-block {
22                 .w-sdc-distribute-components-block {
23
24                     .omf-component-row {
25                         .w-sdc-distribute-status-block {
26                             margin-left: 0;
27                         }
28
29                     }
30                     div {
31                         padding-left: 0;
32                     }
33                 }
34
35             }
36
37         }
38     }
39 }
40