aboutsummaryrefslogtreecommitdiffstats
path: root/sdc-workflow-designer-ui/src/main/frontend/resources/scss/components/_customModal.scss
diff options
context:
space:
mode:
Diffstat (limited to 'sdc-workflow-designer-ui/src/main/frontend/resources/scss/components/_customModal.scss')
-rw-r--r--sdc-workflow-designer-ui/src/main/frontend/resources/scss/components/_customModal.scss24
1 files changed, 24 insertions, 0 deletions
diff --git a/sdc-workflow-designer-ui/src/main/frontend/resources/scss/components/_customModal.scss b/sdc-workflow-designer-ui/src/main/frontend/resources/scss/components/_customModal.scss
new file mode 100644
index 00000000..fe8bd0cf
--- /dev/null
+++ b/sdc-workflow-designer-ui/src/main/frontend/resources/scss/components/_customModal.scss
@@ -0,0 +1,24 @@
+.sdc-modal {
+ .custom-modal-wrapper {
+ width: auto;
+ }
+
+ .form-custom-modal {
+ padding: 30px 35px 20px 35px;
+
+ .sdc-input {
+ margin-bottom: 15px;
+ }
+ }
+
+}
+
+.modal-action-bar {
+ display: flex;
+ justify-content: flex-end;
+}
+
+textarea.field-section.sdc-input__input {
+ height: 75px;
+ padding-top: 5px;
+} \ No newline at end of file