mirror of https://github.com/status-im/consul.git
13 lines
246 B
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;
|
||
|
}
|