summaryrefslogtreecommitdiffstats
path: root/web_src/css/modules/breadcrumb.css
blob: ca488c21504ec8e6f4eb0b8941b22720af1252b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 3px;
}

.breadcrumb .breadcrumb-divider {
  color: var(--color-text-light-2);
}

.breadcrumb > * {
  display: inline;
}