2019-02-21 13:10:53 +00:00
|
|
|
@import './healthcheck-info/index';
|
2020-01-16 09:10:32 +00:00
|
|
|
%table tr .healthcheck-info {
|
2019-02-21 13:10:53 +00:00
|
|
|
@extend %healthcheck-info;
|
|
|
|
}
|
2019-07-16 16:33:28 +00:00
|
|
|
// TODO: Look at why we can't have the zeros in the healthcheck-info
|
2020-01-16 09:10:32 +00:00
|
|
|
%table td span.zero {
|
2019-07-16 16:33:28 +00:00
|
|
|
@extend %with-minus-square-fill-color-icon;
|
|
|
|
background-position: left center;
|
2019-02-21 13:10:53 +00:00
|
|
|
display: block;
|
|
|
|
text-indent: 20px;
|
|
|
|
color: $gray-400;
|
|
|
|
}
|