aboutsummaryrefslogtreecommitdiffstats
path: root/workflow-designer-ui/src/main/frontend/resources/scss/components/_customModal.scss
blob: fe8bd0cf20cca153412e5e0e09d79fc0aa2a7f28 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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;
}