aboutsummaryrefslogtreecommitdiffstats
path: root/workflow-designer-ui/src/main/frontend/resources/scss/features/_general.scss
diff options
context:
space:
mode:
Diffstat (limited to 'workflow-designer-ui/src/main/frontend/resources/scss/features/_general.scss')
-rw-r--r--workflow-designer-ui/src/main/frontend/resources/scss/features/_general.scss10
1 files changed, 5 insertions, 5 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 6e8b3522..f11c2c0a 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,19 +1,19 @@
.general-page {
@include body-1;
- padding: 0 131px 20px 100px;
+ padding: 35px 90px 0 50px;
background-color: #fff;
.general-page-title {
height: 110px;
line-height: 110px;
- @include heading-1-semibold;
+ @include heading-1-emphasis;
color: $dark-gray;
}
.general-page-content {
display: grid;
- grid-template-columns: 50% 50%;
- grid-gap: 30px;
+ grid-template-columns: 60% 40%;
+ grid-gap: 40px;
color: #444;
.description-part textarea {
@@ -24,7 +24,7 @@
.version-info-part {
background-color: $light-silver;
height: 200px;
- margin-top: 25px;
+ margin-top: 22px;
padding: 20px;
box-sizing: border-box;
.label {