aboutsummaryrefslogtreecommitdiffstats
path: root/workflow/workflow-designer-ui/src/main/frontend/resources/scss/features/_general.scss
diff options
context:
space:
mode:
Diffstat (limited to 'workflow/workflow-designer-ui/src/main/frontend/resources/scss/features/_general.scss')
-rw-r--r--workflow/workflow-designer-ui/src/main/frontend/resources/scss/features/_general.scss39
1 files changed, 0 insertions, 39 deletions
diff --git a/workflow/workflow-designer-ui/src/main/frontend/resources/scss/features/_general.scss b/workflow/workflow-designer-ui/src/main/frontend/resources/scss/features/_general.scss
deleted file mode 100644
index f99b8aad..00000000
--- a/workflow/workflow-designer-ui/src/main/frontend/resources/scss/features/_general.scss
+++ /dev/null
@@ -1,39 +0,0 @@
-.general-page {
- @include body-1;
- padding: 0 100px 20px 100px;
- background-color: #fff;
-
- .general-page-title {
- height: 110px;
- line-height: 110px;
- @include heading-1;
- @include semi-bold;
- color: $dark-gray;
- }
-
- .general-page-content {
- display: grid;
- grid-template-columns: 50% 50%;
- grid-gap: 30px;
- color: #444;
-
- .description-part textarea {
- height: 200px;
- }
-
- .version-info-part {
- background-color: $light-silver;
- height: 200px;
- margin-top: 25px;
- padding: 20px;
- box-sizing: border-box;
- .label {
- @include body-3;
- margin-bottom: 5px;
- }
- .value {
- margin-bottom: 10px;
- }
- }
- }
-}