summaryrefslogtreecommitdiffstats
path: root/src/pybind/mgr/dashboard/frontend/src/app/core/navigation/breadcrumbs/breadcrumbs.component.scss
blob: 733f7e67771c1666bb5a92d112633b72a2e45472 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
.breadcrumb {
  background-color: transparent;
  border-radius: 0;
  margin-top: 8px;
  padding: 8px 0;
}

.breadcrumb > li + li::before {
  content: '\f101';
  font-family: 'ForkAwesome';
  padding: 0 5px 0 7px;
}