Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / modules / contrib / paragraphs / css / paragraphs.modal.scss
diff --git a/web/modules/contrib/paragraphs/css/paragraphs.modal.scss b/web/modules/contrib/paragraphs/css/paragraphs.modal.scss
new file mode 100644 (file)
index 0000000..0da0fe1
--- /dev/null
@@ -0,0 +1,23 @@
+ul.paragraphs-add-dialog-list {
+  margin: 0;
+  padding: 0;
+  list-style-type: none;
+
+  input.field-add-more-submit {
+    background-repeat: no-repeat;
+    background-position: 10px;
+    background-size: auto calc(100% - 10px);
+    padding-left: 40px;
+    text-align: left;
+    border-radius: 3px;
+  }
+}
+
+.paragraphs-add-dialog-row {
+  padding: 5px;
+
+  input {
+    width: 100%;
+    min-width: 200px;
+  }
+}