aboutsummaryrefslogtreecommitdiffstats
path: root/workflow-designer-ui/src/main/frontend/resources/scss/components
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/components
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/components')
-rw-r--r--workflow-designer-ui/src/main/frontend/resources/scss/components/_customModal.scss7
-rw-r--r--workflow-designer-ui/src/main/frontend/resources/scss/components/_versionController.scss11
2 files changed, 11 insertions, 7 deletions
diff --git a/workflow-designer-ui/src/main/frontend/resources/scss/components/_customModal.scss b/workflow-designer-ui/src/main/frontend/resources/scss/components/_customModal.scss
index 48cd4cff..2ee87387 100644
--- a/workflow-designer-ui/src/main/frontend/resources/scss/components/_customModal.scss
+++ b/workflow-designer-ui/src/main/frontend/resources/scss/components/_customModal.scss
@@ -1,6 +1,6 @@
.sdc-modal {
.custom-modal-wrapper {
- padding: 35px 60px 60px 60px;
+ padding: 35px 60px 20px 60px;
width: auto;
}
@@ -13,4 +13,9 @@
button:first-child {
margin-right: 2em;
}
+}
+
+textarea.field-section.sdc-input__input {
+ height: 75px;
+ padding-top: 5px;
} \ No newline at end of file
diff --git a/workflow-designer-ui/src/main/frontend/resources/scss/components/_versionController.scss b/workflow-designer-ui/src/main/frontend/resources/scss/components/_versionController.scss
index eaa3d7dd..45985a65 100644
--- a/workflow-designer-ui/src/main/frontend/resources/scss/components/_versionController.scss
+++ b/workflow-designer-ui/src/main/frontend/resources/scss/components/_versionController.scss
@@ -23,14 +23,12 @@
justify-content: space-between;
align-items: center;
padding-left: 16px;
- padding-right: 40px;
+ padding-right: 100px;
border-left: 1px solid #eaeaea;
.vc-separator {
border-left: 1px solid $silver;
height: 37px;
- margin-left: 5px;
- margin-right: 5px;
}
.version-status-container {
@@ -119,7 +117,7 @@
}
.certifyBtn {
- margin-left: 10px;
+ margin-left: 20px;
}
.version-control-buttons {
@@ -130,12 +128,13 @@
display: flex;
align-items: center;
height: 70px;
+ padding: 10px;
- &:hover:not(.disabled) {
+ &:hover {
background-color: $silver;
}
- &:active:not(.disabled) {
+ &:active {
background-color: $light-gray;
}