Michael Lando | efa037d | 2017-02-19 12:57:33 +0200 | [diff] [blame] | 1 | .workflows { |
Einav Weiss Keidar | 1801b24 | 2018-08-13 16:19:46 +0300 | [diff] [blame] | 2 | position: absolute; |
| 3 | bottom: 0; |
| 4 | right: 0; |
| 5 | left: 0; |
| 6 | top: 0; |
Michael Lando | efa037d | 2017-02-19 12:57:33 +0200 | [diff] [blame] | 7 | |
Einav Weiss Keidar | 1801b24 | 2018-08-13 16:19:46 +0300 | [diff] [blame] | 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 | } |
Michael Lando | efa037d | 2017-02-19 12:57:33 +0200 | [diff] [blame] | 15 | |
Einav Weiss Keidar | 1801b24 | 2018-08-13 16:19:46 +0300 | [diff] [blame] | 16 | .list-editor-view { |
| 17 | padding: 30px 50px; |
| 18 | } |
Michael Lando | efa037d | 2017-02-19 12:57:33 +0200 | [diff] [blame] | 19 | } |