open-consul/ui-v2/app/styles/components/healthcheck-info.scss

13 lines
261 B
SCSS

@import './healthcheck-info/index';
@import './icons/index';
tr .healthcheck-info {
@extend %healthcheck-info;
}
td span.zero {
@extend %with-no-healthchecks;
// TODO: Why isn't this in layout?
display: block;
text-indent: 20px;
color: $gray-400;
}