summaryrefslogtreecommitdiffstats
path: root/web_src/css/modules/breadcrumb.css
blob: 67830e562a5293e6e80ebd6460c5a49c5a02119b (plain)
1
2
3
4
5
6
7
8
9
.breadcrumb .divider {
  color: var(--color-text-light-2);
  margin-left: 3px;
  margin-right: 3px;
}

.breadcrumb > * {
  display: inline;
}