a43f523428
The way icons are positioned was changed to enable icons for policy names, and in a separate PR h2's where altered to provide a nicer looking settings page. Once these PR's where merged together they slighly effected each other. This commit tweaks the CSS to refine, but will be revisted at a later date
11 lines
294 B
SCSS
11 lines
294 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 .healthy h2,
|
|
html.template-node.template-list .unhealthy h2 {
|
|
margin-bottom: 0.7em;
|
|
}
|