19 lines
335 B
SCSS
19 lines
335 B
SCSS
@import './skin';
|
|
@import './layout';
|
|
main header nav:first-child {
|
|
position: absolute;
|
|
top: 12px;
|
|
}
|
|
main header nav:first-child ol {
|
|
@extend %breadcrumbs;
|
|
}
|
|
%breadcrumbs li a {
|
|
@extend %crumbs;
|
|
}
|
|
%breadcrumbs li:not(:first-child) a {
|
|
@extend %breadcrumb;
|
|
}
|
|
%breadcrumbs li:first-child a {
|
|
@extend %breadcrumb-milestone;
|
|
}
|