fix(drilldown): center breadcrumb arrow

This commit is contained in:
Martin Stamm 2021-11-04 12:38:26 +01:00 committed by fake-join[bot]
parent bd20db3aba
commit 862a07f585
1 changed files with 5 additions and 1 deletions

View File

@ -4,13 +4,16 @@
.bjs-breadcrumbs {
position: absolute;
display: flex;
top: 10px;
left: 100px;
font-family: var(--bjs-font-family);
font-size: 16px;
align-items: center;
}
.bjs-breadcrumbs li {
display: inline-block;
display: inline-flex;
color: var(--blue-base-65);
cursor: pointer;
}
@ -24,6 +27,7 @@
content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="17" height="17" viewBox="0 0 24 24"><path d="M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z" /><path d="M0 0h24v24H0z" fill="none" /></svg>');
padding: 0 8px;
color: black;
height: 16px;
}
.bjs-breadcrumbs .bpmnjs-crumb {