83 lines
1.8 KiB
SCSS
83 lines
1.8 KiB
SCSS
%healthchecked-resource header strong,
|
|
%healthchecked-resource header span,
|
|
%healthchecked-resource header em,
|
|
%healthchecked-resource li:not(:last-child) span {
|
|
overflow: hidden;
|
|
display: inline-block;
|
|
white-space: nowrap;
|
|
text-overflow: ellipsis;
|
|
max-width: 100%;
|
|
}
|
|
%healthchecked-resource li:last-child:not(:only-child) {
|
|
overflow: hidden;
|
|
white-space: nowrap;
|
|
}
|
|
%healthchecked-resource,
|
|
%healthchecked-resource header,
|
|
%healthchecked-resource li {
|
|
position: relative;
|
|
}
|
|
%healthchecked-resource header strong {
|
|
position: absolute;
|
|
}
|
|
%healthchecked-resource a,
|
|
%healthchecked-resource header a > * {
|
|
display: block;
|
|
}
|
|
%healthchecked-resource li::before {
|
|
left: 11px;
|
|
top: 50%;
|
|
margin-top: -0.49em !important;
|
|
}
|
|
.healthy .healthchecked-resource header span {
|
|
padding-right: 20px;
|
|
}
|
|
.healthy .healthchecked-resource li {
|
|
position: absolute;
|
|
top: 8px;
|
|
right: 16px;
|
|
border: none;
|
|
}
|
|
.healthy .healthchecked-resource li::before {
|
|
left: 0;
|
|
}
|
|
.healthy .healthchecked-resource li span {
|
|
display: none;
|
|
}
|
|
.healthy .healthchecked-resource li a {
|
|
padding-left: 0;
|
|
}
|
|
%healthchecked-resource header strong {
|
|
top: 2.8em;
|
|
padding: 0 15px;
|
|
}
|
|
%healthchecked-resource header span {
|
|
margin-bottom: 1.75em;
|
|
}
|
|
%healthchecked-resource header a {
|
|
padding: 12px 15px;
|
|
}
|
|
.unhealthy .healthchecked-resource header a {
|
|
padding-bottom: 15px;
|
|
}
|
|
.unhealthy .healthchecked-resource header.with-service a {
|
|
padding-bottom: 25px;
|
|
}
|
|
%healthchecked-resource li a {
|
|
padding: 3px 15px;
|
|
padding-top: 4px;
|
|
padding-left: 39px;
|
|
height: 31px;
|
|
}
|
|
%healthchecked-resource li:not(.passing) strong,
|
|
.healthy .healthchecked-resource li:only-child strong {
|
|
display: none;
|
|
}
|
|
%healthchecked-resource ul:empty {
|
|
position: absolute;
|
|
top: 18px;
|
|
right: 20px;
|
|
width: 1em;
|
|
height: 1em;
|
|
}
|