You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
consul/ui-v2/app/styles/components/breadcrumbs.scss

19 lines
304 B

main header nav:first-child {
@extend %breadcrumbs;
}
%breadcrumbs a {
@extend %with-chevron;
color: $blue;
}
%breadcrumbs {
position: absolute;
top: -35px; // %app-view:margin-top - 15px;
}
%breadcrumbs ol {
list-style-type: none;
display: flex;
}
%breadcrumbs li {
margin-right: 5px;
}