2019-02-21 13:10:53 +00:00
|
|
|
%healthcheck-output {
|
2018-09-21 09:18:32 +00:00
|
|
|
border-width: 1px;
|
2018-08-29 11:11:58 +00:00
|
|
|
}
|
2019-02-21 13:10:53 +00:00
|
|
|
%healthcheck-output,
|
|
|
|
%healthcheck-output pre {
|
2018-09-21 09:18:32 +00:00
|
|
|
border-radius: $decor-radius-100;
|
2018-08-29 11:11:58 +00:00
|
|
|
}
|
2019-02-21 13:10:53 +00:00
|
|
|
%healthcheck-output dd:first-of-type {
|
2018-11-09 15:28:26 +00:00
|
|
|
color: $gray-400;
|
2018-08-29 11:11:58 +00:00
|
|
|
}
|
2019-02-21 13:10:53 +00:00
|
|
|
%healthcheck-output pre {
|
2018-11-09 15:28:26 +00:00
|
|
|
background-color: $black;
|
|
|
|
color: $white;
|
2018-08-29 11:11:58 +00:00
|
|
|
}
|
2019-02-21 13:10:53 +00:00
|
|
|
%healthcheck-output.passing {
|
2018-11-09 15:28:26 +00:00
|
|
|
/* TODO: this should be a frame-gray */
|
2018-09-21 09:18:32 +00:00
|
|
|
// @extend %frame-green-500;
|
2018-11-09 15:28:26 +00:00
|
|
|
color: $gray-900;
|
|
|
|
border-color: $gray-200;
|
2018-09-21 09:18:32 +00:00
|
|
|
border-style: solid;
|
2018-08-29 11:11:58 +00:00
|
|
|
}
|
2019-02-21 13:10:53 +00:00
|
|
|
%healthcheck-output.warning {
|
2018-09-21 09:18:32 +00:00
|
|
|
@extend %frame-yellow-500;
|
2018-11-09 15:28:26 +00:00
|
|
|
color: $gray-900;
|
2018-08-29 11:11:58 +00:00
|
|
|
}
|
2019-02-21 13:10:53 +00:00
|
|
|
%healthcheck-output.critical {
|
2018-09-21 09:18:32 +00:00
|
|
|
@extend %frame-red-500;
|
2018-11-09 15:28:26 +00:00
|
|
|
color: $gray-900;
|
2018-09-21 09:18:32 +00:00
|
|
|
}
|
2019-02-21 13:10:53 +00:00
|
|
|
%healthcheck-output.passing::before {
|
2018-11-09 15:28:26 +00:00
|
|
|
background-color: $color-success !important;
|
2018-08-29 11:11:58 +00:00
|
|
|
}
|
2019-02-21 13:10:53 +00:00
|
|
|
%healthcheck-output.critical::before {
|
2018-11-09 15:28:26 +00:00
|
|
|
background-color: $color-danger !important;
|
2018-08-29 11:11:58 +00:00
|
|
|
}
|