2023-03-14 14:18:55 +01:00
|
|
|
/**
|
|
|
|
* Copyright (c) HashiCorp, Inc.
|
2023-08-11 09:12:13 -04:00
|
|
|
* SPDX-License-Identifier: BUSL-1.1
|
2023-03-14 14:18:55 +01:00
|
|
|
*/
|
|
|
|
|
2019-06-14 18:27:37 +01:00
|
|
|
@import './skin';
|
|
|
|
@import './layout';
|
2021-06-23 09:19:35 +01:00
|
|
|
main header nav:first-child {
|
|
|
|
position: absolute;
|
|
|
|
top: 12px;
|
|
|
|
}
|
|
|
|
main header nav:first-child ol {
|
|
|
|
@extend %breadcrumbs;
|
|
|
|
}
|
2020-04-23 11:29:44 -04:00
|
|
|
%breadcrumbs li a {
|
|
|
|
@extend %crumbs;
|
2019-06-14 18:27:37 +01:00
|
|
|
}
|
2020-04-23 11:29:44 -04:00
|
|
|
%breadcrumbs li:not(:first-child) a {
|
|
|
|
@extend %breadcrumb;
|
2019-11-25 17:43:25 +00:00
|
|
|
}
|
2020-04-23 11:29:44 -04:00
|
|
|
%breadcrumbs li:first-child a {
|
2019-11-25 17:43:25 +00:00
|
|
|
@extend %breadcrumb-milestone;
|
|
|
|
}
|