demarches-normaliennes/app/assets/stylesheets/sub_header.scss

27 lines
483 B
SCSS
Raw Normal View History

@import "colors";
@import "constants";
.sub-header {
background-color: var(--background-alt-blue-france);
padding-top: $default-padding;
margin-bottom: $sub-header-bottom-margin;
border-bottom: 1px solid $border-grey;
.container {
margin-bottom: -1px;
}
.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;
}
}