mirror of
https://github.com/status-im/consul.git
synced 2025-01-10 05:45:46 +00:00
7d89e519a2
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;
|
|
}
|