Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / core / themes / stable / css / content_moderation / content_moderation.theme.css
diff --git a/web/core/themes/stable/css/content_moderation/content_moderation.theme.css b/web/core/themes/stable/css/content_moderation/content_moderation.theme.css
new file mode 100644 (file)
index 0000000..827e911
--- /dev/null
@@ -0,0 +1,10 @@
+/**
+ * @file
+ * Theme styles for the content_moderation module.
+ */
+.entity-moderation-form {
+  border: 1px dashed #bbb;
+  margin: 2em 0;
+  background: #fff;
+  padding-left: 1em;
+}