blob: 894b6e7973ae1d1975f373cdecd9668a5cd86e9d [file] [log] [blame]
Michael Landoefa037d2017-02-19 12:57:33 +02001
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}