&-item
@apply pr-8 whitespace-no-wrap relative
- a
- &:after
- content: ''
- display: inline-block
- width: 8px
- height: @width
- border-width: 1px 1px 0 0
- border-style: solid
- border-color: theme('colors.grey.dark')
- transform: rotate(45deg)
- position: absolute
- right: 0.8em
- top: 50%
- margin-top: -3px
+ &:not(.active)
+ a
+ &:after
+ content: ''
+ display: inline-block
+ width: 8px
+ height: @width
+ border-width: 1px 1px 0 0
+ border-style: solid
+ border-color: theme('colors.grey.dark')
+ transform: rotate(45deg)
+ position: absolute
+ right: 0.8em
+ top: 50%
+ margin-top: -3px
@section('breadcrumbs')
<full-width padding="pt-1v pb-1v">
<content>
- {!! CubistMenu::get('breadcrumbs')->crumbMenu()->asDiv(['class' => 'breadcrumbs'], [], ['class' => 'breadcrumbs-item']) !!}
+ {!! CubistMenu::breadcrumbs() !!}
</content>
</full-width>
@show