2019-07-23 14:03:54 +00:00
|
|
|
%healthcheck-output {
|
|
|
|
display: flex;
|
|
|
|
padding: 20px 16px;
|
|
|
|
padding-right: 24px;
|
2020-05-07 13:57:15 +00:00
|
|
|
}
|
|
|
|
%healthcheck-output:not(:last-child) {
|
2019-07-23 14:03:54 +00:00
|
|
|
margin-bottom: 24px;
|
|
|
|
}
|
2019-02-21 13:10:53 +00:00
|
|
|
%healthcheck-output::before {
|
2019-07-23 14:03:54 +00:00
|
|
|
margin-right: 15px;
|
2018-08-29 11:11:58 +00:00
|
|
|
}
|
2019-07-23 14:03:54 +00:00
|
|
|
%healthcheck-output > div {
|
|
|
|
flex: 1 1 auto;
|
|
|
|
}
|
2019-11-25 18:45:10 +00:00
|
|
|
%healthcheck-output header,
|
|
|
|
%healthcheck-output dl:last-of-type {
|
|
|
|
width: 100%;
|
|
|
|
}
|
2019-07-23 14:03:54 +00:00
|
|
|
%healthcheck-output header {
|
|
|
|
margin-bottom: 0.9em;
|
|
|
|
}
|
2019-11-25 18:45:10 +00:00
|
|
|
%healthcheck-output > div {
|
|
|
|
// 100% minus the width of the icon space (26)
|
|
|
|
width: calc(100% - 26px);
|
|
|
|
display: flex;
|
|
|
|
flex-wrap: wrap;
|
|
|
|
justify-content: space-between;
|
2019-07-23 14:03:54 +00:00
|
|
|
}
|
2019-11-25 18:45:10 +00:00
|
|
|
%healthcheck-output dl {
|
|
|
|
min-width: 110px;
|
2019-07-23 14:03:54 +00:00
|
|
|
}
|
2019-11-25 18:45:10 +00:00
|
|
|
%healthcheck-output dl > * {
|
|
|
|
display: block;
|
|
|
|
width: auto;
|
|
|
|
position: static;
|
|
|
|
padding-left: 0;
|
2019-07-23 14:03:54 +00:00
|
|
|
}
|
|
|
|
%healthcheck-output dt {
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
2019-11-25 18:45:10 +00:00
|
|
|
%healthcheck-output dd {
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
|
|
|
%healthcheck-output dl:nth-last-of-type(2) {
|
|
|
|
width: 50%;
|
|
|
|
}
|
2019-07-23 14:03:54 +00:00
|
|
|
%healthcheck-output dl:last-of-type {
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
|
|
|
%healthcheck-output dl:last-of-type dt {
|
|
|
|
margin-bottom: 0.3em;
|
|
|
|
}
|
2019-11-25 18:45:10 +00:00
|
|
|
|
2019-02-21 13:10:53 +00:00
|
|
|
%healthcheck-output pre {
|
2018-08-29 11:11:58 +00:00
|
|
|
padding: 12px;
|
2019-07-23 14:03:54 +00:00
|
|
|
padding-right: 40px;
|
|
|
|
white-space: pre-wrap;
|
2019-11-25 18:45:10 +00:00
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
%healthcheck-output pre code {
|
|
|
|
word-wrap: break-word;
|
2018-08-29 11:11:58 +00:00
|
|
|
}
|
2020-06-17 09:25:54 +00:00
|
|
|
%healthcheck-output .copy-button {
|
2019-07-23 14:03:54 +00:00
|
|
|
position: absolute;
|
|
|
|
right: 0.5em;
|
|
|
|
top: 1em;
|
2018-08-29 11:11:58 +00:00
|
|
|
}
|
2019-07-23 14:03:54 +00:00
|
|
|
@media #{$--lt-spacious-healthcheck-output} {
|
|
|
|
%healthcheck-output {
|
|
|
|
padding-top: 15px;
|
|
|
|
padding-bottom: 15px;
|
|
|
|
padding-left: 14px;
|
|
|
|
padding-right: 19px;
|
|
|
|
}
|
|
|
|
%healthcheck-output::before {
|
|
|
|
margin-right: 8px;
|
|
|
|
}
|
2019-11-25 18:45:10 +00:00
|
|
|
%healthcheck-output dl:nth-last-of-type(2) {
|
|
|
|
width: 100%;
|
|
|
|
}
|
2019-07-23 14:03:54 +00:00
|
|
|
%healthcheck-output dl:not(:last-of-type) {
|
|
|
|
margin-right: 0;
|
|
|
|
}
|
2018-08-29 11:11:58 +00:00
|
|
|
}
|