2019-02-21 13:10:53 +00:00
|
|
|
@import './healthcheck-info/index';
|
|
|
|
@import './icons/index';
|
2019-05-01 18:09:29 +00:00
|
|
|
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
|
2019-02-21 13:10:53 +00:00
|
|
|
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;
|
|
|
|
}
|