2019-06-14 17:27:37 +00:00
|
|
|
@import './skin';
|
|
|
|
@import './layout';
|
2021-06-23 08:19:35 +00:00
|
|
|
main header nav:first-child {
|
|
|
|
position: absolute;
|
|
|
|
top: 12px;
|
|
|
|
}
|
|
|
|
main header nav:first-child ol {
|
|
|
|
@extend %breadcrumbs;
|
|
|
|
}
|
2020-04-23 15:29:44 +00:00
|
|
|
%breadcrumbs li a {
|
|
|
|
@extend %crumbs;
|
2019-06-14 17:27:37 +00:00
|
|
|
}
|
2020-04-23 15:29:44 +00:00
|
|
|
%breadcrumbs li:not(:first-child) a {
|
|
|
|
@extend %breadcrumb;
|
2019-11-25 17:43:25 +00:00
|
|
|
}
|
2020-04-23 15:29:44 +00:00
|
|
|
%breadcrumbs li:first-child a {
|
2019-11-25 17:43:25 +00:00
|
|
|
@extend %breadcrumb-milestone;
|
|
|
|
}
|