feat(DSFR.breadcrumb): switch to DSFR breadcrumb style since it is part of new service UI

This commit is contained in:
Martin 2022-08-17 13:53:07 +02:00 committed by mfo
parent 05dfc93b7e
commit 549eda6fe3
40 changed files with 194 additions and 160 deletions

View file

@ -1,27 +0,0 @@
@import "colors";
@import "constants";
.breadcrumbs {
li {
display: inline-block;
font-weight: bold;
font-size: 14px;
a {
color: $black;
text-decoration: underline;
}
&::after {
content: " > ";
}
&:last-child {
color: $blue-france-500;
&::after {
content: none;
}
}
}
}