2018-04-23 17:22:20 +02:00
|
|
|
@import "colors";
|
|
|
|
@import "constants";
|
|
|
|
|
|
|
|
.sub-header {
|
2022-08-22 10:43:11 +02:00
|
|
|
background-color: $alt-blue-france;
|
2018-04-23 17:22:20 +02:00
|
|
|
padding-top: $default-padding;
|
2019-10-21 18:12:57 +02:00
|
|
|
margin-bottom: $sub-header-bottom-margin;
|
2018-04-23 17:22:20 +02:00
|
|
|
border-bottom: 1px solid $border-grey;
|
|
|
|
|
|
|
|
.container {
|
|
|
|
margin-bottom: -1px;
|
|
|
|
}
|
2022-10-06 19:27:23 +02:00
|
|
|
|
|
|
|
.breadcrumbs {
|
|
|
|
list-style: none;
|
|
|
|
padding-inline-start: 0;
|
|
|
|
|
|
|
|
a:not(:hover) {
|
|
|
|
background-image: none; // remove DSFR underline
|
|
|
|
}
|
|
|
|
}
|
2018-04-23 17:22:20 +02:00
|
|
|
}
|