aboutsummaryrefslogtreecommitdiffstats
path: root/workflow-designer-ui/src/main/frontend/resources/scss/components/_customModal.scss
blob: 2ee87387540c1732872416e38de7dac47993d946 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
.sdc-modal {
  .custom-modal-wrapper {
    padding: 35px 60px 20px 60px;
    width: auto;
  }

}

.modal-action-bar {
  display: flex;
  justify-content: flex-end;

  button:first-child {
    margin-right: 2em;
  }
}

textarea.field-section.sdc-input__input {
   height: 75px;
   padding-top: 5px;
}