mirror of
https://github.com/status-im/consul.git
synced 2025-01-31 07:57:17 +00:00
16 lines
257 B
SCSS
16 lines
257 B
SCSS
%breadcrumbs > li {
|
|
list-style-type: none;
|
|
display: inline-flex;
|
|
}
|
|
%breadcrumb-milestone::before {
|
|
margin-right: 4px;
|
|
display: inline-block;
|
|
}
|
|
%breadcrumb {
|
|
margin-left: 8px;
|
|
}
|
|
%breadcrumb::before {
|
|
margin-right: 8px;
|
|
display: inline-block;
|
|
}
|