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

Update static dependencies

This commit is contained in:
Jeremy Stretch
2020-07-16 15:22:31 -04:00
parent a4829198ff
commit 16f44305e4
702 changed files with 662 additions and 165 deletions

View File

@ -0,0 +1,18 @@
#breadcrumbs {
height: 3rem;
line-height: 3rem;
padding-left: 3rem;
}
#breadcrumbs span {
display: inline-block;
padding: 0 1rem;
}
#breadcrumbs span:first-child {
padding-left: 0;
}
#breadcrumbs i {
display: inline-block;
width: 20px;
text-align: center;
}