upgrade-analysis-report-tables.css
Same filename in this branch
Same filename in other branches
- 8.9.x core/themes/stable/css/migrate_drupal_ui/components/upgrade-analysis-report-tables.css
- 8.9.x core/modules/migrate_drupal_ui/css/components/upgrade-analysis-report-tables.css
- 10 core/themes/stable9/css/migrate_drupal_ui/components/upgrade-analysis-report-tables.css
- 10 core/modules/migrate_drupal_ui/css/components/upgrade-analysis-report-tables.css
- 11.x core/themes/stable9/css/migrate_drupal_ui/components/upgrade-analysis-report-tables.css
- 11.x core/modules/migrate_drupal_ui/css/components/upgrade-analysis-report-tables.css
Styles for the upgrade analysis report tables.
File
-
core/
themes/ stable9/ css/ migrate_drupal_ui/ components/ upgrade-analysis-report-tables.css
View source
- /**
- * @file
- * Styles for the upgrade analysis report tables.
- */
- .upgrade-analysis-report__status-icon:before {
- display: inline-block;
- width: 32px;
- height: 14px;
- content: "";
- background-repeat: no-repeat;
- background-position: left center;
- background-size: 16px;
- }
-
- .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);
- }
- .upgrade-analysis-report__status-icon--error:before {
- background-image: url(../../../../../misc/icons/e32700/error.svg);
- }
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.