52a62f2b8d
UI to accompany the new ACLs APIs
11 lines
163 B
SCSS
11 lines
163 B
SCSS
%breadcrumbs {
|
|
position: absolute;
|
|
top: -38px; // %app-view:margin-top - 15px;
|
|
}
|
|
%breadcrumbs ol {
|
|
display: flex;
|
|
}
|
|
%breadcrumbs li {
|
|
margin-right: 5px;
|
|
}
|