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

13 lines
246 B
SCSS

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