3e133e2e0ac5c5d53178e48cc715b84053bd3706
[yaffs-website] / web / core / themes / stable / css / migrate_drupal_ui / components / upgrade-analysis-report-tables.css
1 /**
2  * @file
3  * Styles for the upgrade analysis report tables.
4  */
5 .upgrade-analysis-report__status-icon:before {
6   content: "";
7   background-size: 16px;
8   background-position: left center;
9   background-repeat: no-repeat;
10   width: 32px;
11   height: 14px;
12   display: inline-block;
13 }
14
15 .upgrade-analysis-report__status-icon--warning:before {
16   background-image: url(../../../images/core/icons/e29700/warning.svg);
17 }
18 .upgrade-analysis-report__status-icon--checked:before {
19   background-image: url(../../../images/core/icons/73b355/check.svg);
20 }
21 .upgrade-analysis-report__status-icon--error:before {
22   background-image: url(../../../images/core/icons/e32700/error.svg);
23 }