Michael Lando | efa037d | 2017-02-19 12:57:33 +0200 | [diff] [blame] | 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 | } |