aboutsummaryrefslogtreecommitdiffstats
path: root/workflow-designer-ui/src/main/frontend/resources/scss/features
diff options
context:
space:
mode:
authorYarin Dekel <yarind@amdocs.com>2018-07-31 10:10:07 +0300
committerYarin Dekel <yarind@amdocs.com>2018-07-31 13:47:55 +0300
commitaface0df975ad060a6fe76a02d760d4102dcbce2 (patch)
treeb90bc29c94d13d1c5946569528c583aac55aafd4 /workflow-designer-ui/src/main/frontend/resources/scss/features
parent12fe45f7982fec92b39c8a981a0f42530e6c1c83 (diff)
fix css test and IO squash
Issue-ID: SDC-1575 Change-Id: I89017be62905c5e12848057b3c07f113396db1b5 Signed-off-by: Yarin Dekel <yarind@amdocs.com>
Diffstat (limited to 'workflow-designer-ui/src/main/frontend/resources/scss/features')
-rw-r--r--workflow-designer-ui/src/main/frontend/resources/scss/features/_general.scss3
-rw-r--r--workflow-designer-ui/src/main/frontend/resources/scss/features/_overview.scss18
2 files changed, 14 insertions, 7 deletions
diff --git a/workflow-designer-ui/src/main/frontend/resources/scss/features/_general.scss b/workflow-designer-ui/src/main/frontend/resources/scss/features/_general.scss
index 9189c87b..6e8b3522 100644
--- a/workflow-designer-ui/src/main/frontend/resources/scss/features/_general.scss
+++ b/workflow-designer-ui/src/main/frontend/resources/scss/features/_general.scss
@@ -1,6 +1,6 @@
.general-page {
@include body-1;
- padding: 0 100px 20px 100px;
+ padding: 0 131px 20px 100px;
background-color: #fff;
.general-page-title {
@@ -18,6 +18,7 @@
.description-part textarea {
height: 200px;
+ padding-top: 5px;
}
.version-info-part {
diff --git a/workflow-designer-ui/src/main/frontend/resources/scss/features/_overview.scss b/workflow-designer-ui/src/main/frontend/resources/scss/features/_overview.scss
index f384017f..8cb6be74 100644
--- a/workflow-designer-ui/src/main/frontend/resources/scss/features/_overview.scss
+++ b/workflow-designer-ui/src/main/frontend/resources/scss/features/_overview.scss
@@ -13,6 +13,7 @@
.description-part textarea{
height: 200px;
+ padding-top: 5px;
}
.save-description {
@@ -26,7 +27,7 @@
padding: 20px;
box-sizing: border-box;
.label {
- @include body-3;
+ @include body-1;
margin-bottom: 5px;
}
.value {
@@ -70,6 +71,7 @@
.svg-icon-wrapper {
justify-content: flex-start;
+ margin: 5px;
}
.create-new-version {
@@ -125,9 +127,11 @@
}
.tree-view {
- //background-color: $white;
flex: 1;
-
+ border-left: 1px solid $silver;
+ &:last-child {
+ border-bottom: 1px solid $silver;
+ }
.node:not(.selectedNode):hover {
.outer-circle, .inner-circle {
transform: scale(1.1);
@@ -145,11 +149,13 @@
.version-list-items {
@extend .flex-column;
+ .item-version, .item-status {
+ font-size: 12px;
+ font-weight: 600;
+ }
.version-item-row {
- border-bottom: 1px solid $silver;
-
&:last-child {
- border-bottom: none;
+ border-bottom: 1px solid $silver;
}
}
}