breadcrumb styles (#2183)

This commit is contained in:
Denys Vuika
2017-08-08 09:46:37 +01:00
committed by Mario Romano
parent 2955d8ec23
commit da4bd4f7ea

View File

@@ -33,6 +33,13 @@ $breadcrumb-chevron-spacer: 2px;
display: flex; display: flex;
line-height: 24px; line-height: 24px;
font-family: Muli, Roboto, "Helvetica Neue", sans-serif;
font-size: 14px;
font-weight: 600;
letter-spacing: -0.2px;
text-align: left;
color: $alfresco-secondary-text-color;
&-anchor { &-anchor {
color: inherit; color: inherit;
text-decoration: none; text-decoration: none;
@@ -43,6 +50,15 @@ $breadcrumb-chevron-spacer: 2px;
overflow: hidden; overflow: hidden;
} }
&:hover,
&.active {
color: $alfresco-primary-text-color;
}
&-chevron {
color: $alfresco-primary-text-color;
}
&.active { &.active {
display: block; display: block;
} }