open-consul/ui/packages/consul-ui/app/components/breadcrumbs/index.scss

12 lines
209 B
SCSS
Raw Normal View History

@import './skin';
@import './layout';
2020-04-23 15:29:44 +00:00
%breadcrumbs li a {
@extend %crumbs;
}
2020-04-23 15:29:44 +00:00
%breadcrumbs li:not(:first-child) a {
@extend %breadcrumb;
}
2020-04-23 15:29:44 +00:00
%breadcrumbs li:first-child a {
@extend %breadcrumb-milestone;
}