open-consul/ui-v2/app/styles/components/healthcheck-info.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;
}