5d2e1ce19b
1. Rebuild the heathchecked-resource component now we can copy and paste 2. As the above rebuild came with new icons, we also swapped out 'most' of the other areas where we were using these new icons, plus any icons that were effected by the new icon placeholders 3. Begin to remove more and more of the project specific icons (now replaced by the shared ones)
19 lines
423 B
SCSS
19 lines
423 B
SCSS
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;
|
|
}
|
|
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;
|
|
}
|