2020-04-23 15:29:44 +00:00
|
|
|
%crumbs {
|
2021-10-07 18:21:11 +00:00
|
|
|
color: rgb(var(--tone-gray-500));
|
2020-04-23 15:29:44 +00:00
|
|
|
text-decoration: none;
|
2019-06-14 17:27:37 +00:00
|
|
|
}
|
2020-04-23 15:29:44 +00:00
|
|
|
%crumbs:hover {
|
2021-10-07 18:21:11 +00:00
|
|
|
color: rgb(var(--tone-blue-500));
|
2020-04-23 15:29:44 +00:00
|
|
|
text-decoration: underline;
|
2019-11-25 17:43:25 +00:00
|
|
|
}
|
2020-04-23 15:29:44 +00:00
|
|
|
%crumbs::before {
|
|
|
|
text-decoration: none;
|
2019-11-25 17:43:25 +00:00
|
|
|
}
|
|
|
|
%breadcrumb-milestone::before {
|
2020-04-23 15:29:44 +00:00
|
|
|
@extend %with-chevron-left-mask, %as-pseudo;
|
2021-10-07 18:21:11 +00:00
|
|
|
background-color: rgb(var(--tone-gray-500));
|
2019-06-14 17:27:37 +00:00
|
|
|
}
|
|
|
|
%breadcrumb::before {
|
2020-04-23 15:29:44 +00:00
|
|
|
content: '/';
|
2021-10-07 18:21:11 +00:00
|
|
|
color: rgb(var(--tone-gray-500));
|
2019-06-14 17:27:37 +00:00
|
|
|
}
|