5d2e1ce19b
1. Rebuild the heathchecked-resource component now we can copy and paste 2. As the above rebuild came with new icons, we also swapped out 'most' of the other areas where we were using these new icons, plus any icons that were effected by the new icon placeholders 3. Begin to remove more and more of the project specific icons (now replaced by the shared ones)
14 lines
342 B
SCSS
14 lines
342 B
SCSS
@import './healthcheck-info/index';
|
|
@import './icons/index';
|
|
tr .healthcheck-info {
|
|
@extend %healthcheck-info;
|
|
}
|
|
// TODO: Look at why we can't have the zeros in the healthcheck-info
|
|
td span.zero {
|
|
@extend %with-minus-square-fill-color-icon;
|
|
background-position: left center;
|
|
display: block;
|
|
text-indent: 20px;
|
|
color: $gray-400;
|
|
}
|