Updated all the contrib modules to their latest versions.
[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
deleted file mode 100644 (file)
index 0da0fe1..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-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;
-  }
-}