2018-04-23 17:22:20 +02:00
|
|
|
@import "colors";
|
|
|
|
@import "constants";
|
|
|
|
|
|
|
|
.sub-header {
|
2023-04-23 20:32:04 +02:00
|
|
|
background-color: var(--background-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;
|
|
|
|
|
2023-06-29 15:03:22 +02:00
|
|
|
.fr-container {
|
2018-04-23 17:22:20 +02:00
|
|
|
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
|
|
|
|
}
|
|
|
|
}
|
2022-12-02 17:16:29 +01:00
|
|
|
|
|
|
|
.fr-btns-group .fr-btn {
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
2018-04-23 17:22:20 +02:00
|
|
|
}
|