react 16 upgrade
[sdc.git] / openecomp-ui / resources / scss / modules / _workflows.scss
1 .workflows {
2     position: absolute;
3     bottom: 0;
4     right: 0;
5     left: 0;
6     top: 0;
7
8     background-color: $background-gray;
9     .list-editor-view-list
10         .list-editor-item-view
11         .list-editor-item-view-content
12         .list-editor-item-view-field:last-child {
13         flex: 2 1;
14     }
15
16     .list-editor-view {
17         padding: 30px 50px;
18     }
19 }