fix(drilldown): center breadcrumb arrow
This commit is contained in:
parent
bd20db3aba
commit
862a07f585
|
@ -4,13 +4,16 @@
|
||||||
|
|
||||||
.bjs-breadcrumbs {
|
.bjs-breadcrumbs {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
display: flex;
|
||||||
top: 10px;
|
top: 10px;
|
||||||
left: 100px;
|
left: 100px;
|
||||||
font-family: var(--bjs-font-family);
|
font-family: var(--bjs-font-family);
|
||||||
|
font-size: 16px;
|
||||||
|
align-items: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.bjs-breadcrumbs li {
|
.bjs-breadcrumbs li {
|
||||||
display: inline-block;
|
display: inline-flex;
|
||||||
color: var(--blue-base-65);
|
color: var(--blue-base-65);
|
||||||
cursor: pointer;
|
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>');
|
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;
|
padding: 0 8px;
|
||||||
color: black;
|
color: black;
|
||||||
|
height: 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.bjs-breadcrumbs .bpmnjs-crumb {
|
.bjs-breadcrumbs .bpmnjs-crumb {
|
||||||
|
|
Loading…
Reference in New Issue