mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
breadcrumb styles (#2183)
This commit is contained in:
committed by
Mario Romano
parent
2955d8ec23
commit
da4bd4f7ea
@@ -33,6 +33,13 @@ $breadcrumb-chevron-spacer: 2px;
|
||||
display: flex;
|
||||
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 {
|
||||
color: inherit;
|
||||
text-decoration: none;
|
||||
@@ -43,6 +50,15 @@ $breadcrumb-chevron-spacer: 2px;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
&:hover,
|
||||
&.active {
|
||||
color: $alfresco-primary-text-color;
|
||||
}
|
||||
|
||||
&-chevron {
|
||||
color: $alfresco-primary-text-color;
|
||||
}
|
||||
|
||||
&.active {
|
||||
display: block;
|
||||
}
|
||||
|
Reference in New Issue
Block a user