blob: e23aa797067d9dc03e17def7c2197962d7112c41 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
.breadcrumbs {
display: flex;
flex-flow: row nowrap;
}
.breadcrumb {
height: 10px;
width: 10px;
border: 1px solid #979797;
border-radius: 50%;
}
.breadcrumb + .breadcrumb {
margin-left: 10px;
}
|