Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / themes / stable / css / migrate_drupal_ui / components / upgrade-analysis-report-tables.css
diff --git a/web/core/themes/stable/css/migrate_drupal_ui/components/upgrade-analysis-report-tables.css b/web/core/themes/stable/css/migrate_drupal_ui/components/upgrade-analysis-report-tables.css
new file mode 100644 (file)
index 0000000..3e133e2
--- /dev/null
@@ -0,0 +1,23 @@
+/**
+ * @file
+ * Styles for the upgrade analysis report tables.
+ */
+.upgrade-analysis-report__status-icon:before {
+  content: "";
+  background-size: 16px;
+  background-position: left center;
+  background-repeat: no-repeat;
+  width: 32px;
+  height: 14px;
+  display: inline-block;
+}
+
+.upgrade-analysis-report__status-icon--warning:before {
+  background-image: url(../../../images/core/icons/e29700/warning.svg);
+}
+.upgrade-analysis-report__status-icon--checked:before {
+  background-image: url(../../../images/core/icons/73b355/check.svg);
+}
+.upgrade-analysis-report__status-icon--error:before {
+  background-image: url(../../../images/core/icons/e32700/error.svg);
+}