open-consul/ui-v2/app/styles/routes/dc/nodes/index.scss

19 lines
423 B
SCSS
Raw Normal View History

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
}
html.template-node.template-list .unhealthy h2 {
margin-bottom: 0.7em;
}
html.template-node.template-show #meta-data table tr {
cursor: default;
}
.healthy > div > ul > li {
padding-top: 16px;
}
.healthy h2 {
margin-bottom: 0em !important;
}