blob: c7ce4521f5f8194fc50d184334087b5c52f12a13 [file] [log] [blame]
Michael Landoefa037d2017-02-19 12:57:33 +02001.workflows {
Einav Weiss Keidar1801b242018-08-13 16:19:46 +03002 position: absolute;
3 bottom: 0;
4 right: 0;
5 left: 0;
6 top: 0;
Michael Landoefa037d2017-02-19 12:57:33 +02007
Einav Weiss Keidar1801b242018-08-13 16:19:46 +03008 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 Landoefa037d2017-02-19 12:57:33 +020015
Einav Weiss Keidar1801b242018-08-13 16:19:46 +030016 .list-editor-view {
17 padding: 30px 50px;
18 }
Michael Landoefa037d2017-02-19 12:57:33 +020019}