Skip to content
Snippets Groups Projects
Commit 6876a151 authored by Arnaud Levy's avatar Arnaud Levy
Browse files

breadcrumb active color

parent 76871158
No related branches found
No related tags found
No related merge requests found
......@@ -193,6 +193,7 @@ $hero-background-color: $color-background-alt !default
// Breadcrumb
$breadcrumb-below-h1: false !default // NOT READY YET!
$breadcrumb-color: $hero-color !default
$breadcrumb-color-active: $hero-color !default
$breadcrumb-icon: "caret-right" !default
$breadcrumb-icon-color: $color-text-alt !default
......
......@@ -17,6 +17,8 @@
line-height: 1
&:hover
text-decoration-color: rgba($breadcrumb-color, 1)
&.active
color: $breadcrumb-color-active
&:not(:first-child)
padding-left: $spacing0
@include icon($breadcrumb-icon)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment