Security update for Core, with self-updated composer
[yaffs-website] / web / core / modules / migrate_drupal_ui / css / components / upgrade-analysis-report-tables.css
diff --git a/web/core/modules/migrate_drupal_ui/css/components/upgrade-analysis-report-tables.css b/web/core/modules/migrate_drupal_ui/css/components/upgrade-analysis-report-tables.css
new file mode 100644 (file)
index 0000000..f15ff6a
--- /dev/null
@@ -0,0 +1,20 @@
+/**
+ * @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(../../../../misc/icons/e29700/warning.svg);
+}
+.upgrade-analysis-report__status-icon--checked:before {
+  background-image: url(../../../../misc/icons/73b355/check.svg);
+}