Add new code new version
[sdc.git] / openecomp-ui / resources / scss / modules / _workflows.scss
1
2 .workflows {
3   position: absolute;
4   bottom: 0;
5   right: 0;
6   left: 0;
7   top: 0;
8
9   background-color: $background-gray;
10   .list-editor-view-list .list-editor-item-view .list-editor-item-view-content .list-editor-item-view-field:last-child {
11     flex: 2 1;
12   }
13
14   .list-editor-view {
15     padding: 30px 50px;
16   }
17
18 }
19
20 .workflows-editor-modal {
21   .modal-body {
22     padding: 0;
23   }
24   .validation-form-content {
25     padding: 15px;
26   }
27 }
28
29 .sequence-diagram {
30   position: absolute;
31   bottom: 0;
32   right: 0;
33   left: 0;
34   top: 0;
35
36   padding-bottom: 20px;
37   .sequence-diagram-action-buttons {
38     display: flex;
39     button {
40       margin: 20px;
41     }
42   }
43 }