mirror of
https://github.com/status-im/consul.git
synced 2025-03-02 22:30:43 +00:00
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;
|
||
|
}
|