1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Clean up object.html header

This commit is contained in:
jeremystretch
2021-05-17 20:23:14 -04:00
parent 805892f623
commit 93534db79e
15 changed files with 21 additions and 26 deletions

View File

@@ -163,9 +163,6 @@ div.title-container {
justify-content: space-between;
flex-wrap: wrap;
align-items: center;
padding-top: $spacer * 2;
margin-bottom: $spacer * 2;
border-bottom: 1px solid $border-color;
div#content-title {
display: flex;
@@ -542,12 +539,8 @@ table tr.vertical-align {
nav.breadcrumb-container {
padding: $badge-padding-y $badge-padding-x;
border-radius: $border-radius;
font-size: $font-size-sm;
width: fit-content;
background-color: var(--nbx-breadcrumb-bg);
margin-top: $spacer;
margin-bottom: $spacer;
ol.breadcrumb {
margin-bottom: 0;