Add basic breadcrumb style
This commit is contained in:
parent
7d75df2f56
commit
95f61333f6
@ -564,6 +564,19 @@ button, .button {
|
||||
}
|
||||
}
|
||||
|
||||
.breadcrumb {
|
||||
list-style: none;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
margin: 0;
|
||||
padding: 8px;
|
||||
|
||||
> *:not(:first-child)::before {
|
||||
content: '›';
|
||||
padding: 0 8px;
|
||||
}
|
||||
}
|
||||
|
||||
// ---
|
||||
// --- Layout helpers
|
||||
// ---
|
||||
|
Loading…
Reference in New Issue
Block a user