summaryrefslogtreecommitdiffstats
path: root/apps/web-shared/src/styles/components/breadcrumbs.scss
blob: 45bf7c654a9e97ec0f3ed48ec19b7ac51fcb3516 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
@use '../base' as *;

/* -------------------------------- 

File#: _1_breadcrumbs
Title: Breadcrumbs
Descr: List of links to help the user move within website structure
Usage: codyhouse.co/license

-------------------------------- */

.breadcrumbs {}

.breadcrumbs__item {
  display: inline-block; // flex fallback
  display: inline-flex;
  align-items: center;
}