2019-02-21 13:10:53 +00:00
|
|
|
%healthcheck-output::before {
|
2018-08-29 11:11:58 +00:00
|
|
|
background-size: 55%;
|
|
|
|
width: 25px !important;
|
|
|
|
height: 25px !important;
|
|
|
|
left: 17px;
|
|
|
|
top: 20px !important;
|
|
|
|
margin-top: 0 !important;
|
|
|
|
}
|
2019-02-21 13:10:53 +00:00
|
|
|
%healthcheck-output.warning::before {
|
2018-08-29 11:11:58 +00:00
|
|
|
background-size: 100%;
|
|
|
|
}
|
2019-02-21 13:10:53 +00:00
|
|
|
%healthcheck-output {
|
2018-08-29 11:11:58 +00:00
|
|
|
padding: 20px 24px;
|
|
|
|
padding-bottom: 26px;
|
|
|
|
padding-left: 57px;
|
|
|
|
margin-bottom: 24px;
|
|
|
|
position: relative;
|
|
|
|
}
|
2019-02-21 13:10:53 +00:00
|
|
|
%healthcheck-output pre {
|
2018-08-29 11:11:58 +00:00
|
|
|
padding: 12px;
|
|
|
|
}
|
2019-02-21 13:10:53 +00:00
|
|
|
%healthcheck-output .with-feedback {
|
2018-08-29 11:11:58 +00:00
|
|
|
float: right;
|
|
|
|
}
|
2019-02-21 13:10:53 +00:00
|
|
|
%healthcheck-output dt {
|
2018-08-29 11:11:58 +00:00
|
|
|
margin-bottom: 0.2em;
|
|
|
|
}
|
2019-02-21 13:10:53 +00:00
|
|
|
%healthcheck-output dd:first-of-type {
|
2018-08-29 11:11:58 +00:00
|
|
|
margin-bottom: 0.6em;
|
|
|
|
}
|