breadcrumb

This commit is contained in:
2026-01-20 15:46:27 +01:00
parent 3d3d01e653
commit bf3c7a562b
16 changed files with 557 additions and 33 deletions

View File

@@ -0,0 +1,22 @@
@mixin menu-contenus{
padding: 1em;
ul,li{
padding: 0;
margin:0;
list-style: none;
}
label{
color:$bleu_site;
font-weight: 600;
display: block;
font-size: 0.756em;
padding:0 0 0.25em 0;
&:has(+ a:hover){
color: $rose;
}
}
a{
font-size: 1.13em;
}
}