You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
423 B
27 lines
423 B
.page_breadcrumb {
|
|
}
|
|
|
|
.breadcrumb {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
@include list-separator('/', 0.5em, #888);
|
|
margin: 0;
|
|
list-style: none;
|
|
}
|
|
// fil d'ariane
|
|
.arbo {
|
|
display:block;
|
|
clear: none;
|
|
font-size: .7em;
|
|
}
|
|
.arbo * {
|
|
font-weight: normal;
|
|
}
|
|
.arbo, .arbo a {
|
|
color: lighten($couleurTexte, 30%);
|
|
}
|
|
.arbo a:hover {
|
|
background: $gray;
|
|
color: white;
|
|
}
|