You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
consul/ui-v2/app/styles/components/healthcheck-info.scss

13 lines
331 B

@import './healthcheck-info/index';
%table tr .healthcheck-info {
@extend %healthcheck-info;
}
// TODO: Look at why we can't have the zeros in the healthcheck-info
%table td span.zero {
@extend %with-minus-square-fill-color-icon;
background-position: left center;
display: block;
text-indent: 20px;
color: $gray-400;
}