10 lines
135 B
SCSS
10 lines
135 B
SCSS
|
%breadcrumbs a {
|
||
|
@extend %with-chevron;
|
||
|
}
|
||
|
%breadcrumbs ol {
|
||
|
list-style-type: none;
|
||
|
}
|
||
|
%breadcrumbs a {
|
||
|
color: $ui-color-action;
|
||
|
}
|