summaryrefslogtreecommitdiffstats
path: root/openecomp-ui/resources/scss/modules/_workflows.scss
diff options
context:
space:
mode:
authorEinav Weiss Keidar <einavw@amdocs.com>2018-08-13 16:19:46 +0300
committerAvi Gaffa <avi.gaffa@amdocs.com>2019-02-11 13:50:22 +0000
commit1801b24389baa8e3f7298ff2c41e2512b19c1290 (patch)
treed3d2a15f53aa28698280d609548298d177f9280d /openecomp-ui/resources/scss/modules/_workflows.scss
parentaf8e36eb7f43803bd9cf40e9b46a0c0c8f47c781 (diff)
react 16 upgrade
Issue-ID: SDC-1762 Change-Id: I7701f12fc63bb09f8c985c7c893b984701dcbfab Signed-off-by: Einav Keidar <einavw@amdocs.com>
Diffstat (limited to 'openecomp-ui/resources/scss/modules/_workflows.scss')
-rw-r--r--openecomp-ui/resources/scss/modules/_workflows.scss38
1 files changed, 15 insertions, 23 deletions
diff --git a/openecomp-ui/resources/scss/modules/_workflows.scss b/openecomp-ui/resources/scss/modules/_workflows.scss
index 894b6e7973..c7ce4521f5 100644
--- a/openecomp-ui/resources/scss/modules/_workflows.scss
+++ b/openecomp-ui/resources/scss/modules/_workflows.scss
@@ -1,27 +1,19 @@
-
.workflows {
- position: absolute;
- bottom: 0;
- right: 0;
- left: 0;
- top: 0;
-
- background-color: $background-gray;
- .list-editor-view-list .list-editor-item-view .list-editor-item-view-content .list-editor-item-view-field:last-child {
- flex: 2 1;
- }
+ position: absolute;
+ bottom: 0;
+ right: 0;
+ left: 0;
+ top: 0;
- .list-editor-view {
- padding: 30px 50px;
- }
-
-}
+ background-color: $background-gray;
+ .list-editor-view-list
+ .list-editor-item-view
+ .list-editor-item-view-content
+ .list-editor-item-view-field:last-child {
+ flex: 2 1;
+ }
-.workflows-editor-modal {
- .modal-body {
- padding: 0;
- }
- .validation-form-content {
- padding: 15px;
- }
+ .list-editor-view {
+ padding: 30px 50px;
+ }
}