2019-05-01 18:09:29 +00:00
|
|
|
html.template-node.template-show .sessions td:last-child {
|
|
|
|
justify-content: flex-end;
|
|
|
|
}
|
|
|
|
html.template-node.template-show .sessions td:first-child {
|
|
|
|
@extend %tbody-th;
|
2018-06-20 14:26:55 +00:00
|
|
|
}
|
2019-05-01 19:01:32 +00:00
|
|
|
html.template-node.template-list .unhealthy h2 {
|
|
|
|
margin-bottom: 0.7em;
|
|
|
|
}
|
2019-08-02 11:53:52 +00:00
|
|
|
html.template-node.template-show #meta-data table tr {
|
|
|
|
cursor: default;
|
|
|
|
}
|
2020-01-28 14:43:32 +00:00
|
|
|
html.template-node.template-show #services table tbody td em {
|
|
|
|
display: inline-block;
|
|
|
|
}
|
2019-07-16 16:33:28 +00:00
|
|
|
.healthy > div > ul > li {
|
|
|
|
padding-top: 16px;
|
|
|
|
}
|
|
|
|
.healthy h2 {
|
|
|
|
margin-bottom: 0em !important;
|
|
|
|
}
|