11 lines
163 B
SCSS
11 lines
163 B
SCSS
|
%breadcrumbs {
|
||
|
position: absolute;
|
||
|
top: -35px; // %app-view:margin-top - 15px;
|
||
|
}
|
||
|
%breadcrumbs ol {
|
||
|
display: flex;
|
||
|
}
|
||
|
%breadcrumbs li {
|
||
|
margin-right: 5px;
|
||
|
}
|