Upgraded imagemagick and manually altered pdf to image module to handle changes....
[yaffs-website] / web / modules / contrib / paragraphs / css / paragraphs.modal.scss
1 ul.paragraphs-add-dialog-list {
2   margin: 0;
3   padding: 0;
4   list-style-type: none;
5
6   input.field-add-more-submit {
7     background-repeat: no-repeat;
8     background-position: 10px;
9     background-size: auto calc(100% - 10px);
10     padding-left: 40px;
11     text-align: left;
12     border-radius: 3px;
13   }
14 }
15
16 .paragraphs-add-dialog-row {
17   padding: 5px;
18
19   input {
20     width: 100%;
21     min-width: 200px;
22   }
23 }