mirror of
https://github.com/status-im/consul.git
synced 2025-03-02 22:30:43 +00:00
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;
|
||
|
}
|