Some checks are pending
Integration tests for the release process / release-simulation (push) Waiting to run
14 lines
200 B
CSS
14 lines
200 B
CSS
.breadcrumb {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
align-items: center;
|
|
gap: 3px;
|
|
}
|
|
|
|
.breadcrumb .breadcrumb-divider {
|
|
color: var(--color-text-light-2);
|
|
}
|
|
|
|
.breadcrumb > * {
|
|
display: inline;
|
|
}
|