style(header): remove fr-header__with-notice-info when notice is closed

This commit is contained in:
Colin Darie 2022-09-14 19:23:40 +02:00
parent 7e6624753a
commit 4d5f03b99c
5 changed files with 28 additions and 5 deletions

View file

@ -12,8 +12,12 @@ $header-mobile-breakpoint: 550px;
background-color: #FFFFFF;
}
.new-header-with-border {
border-bottom: 1px solid $border-grey;
// No drop shadow when a notice is shown.
.fr-header.fr-header__with-notice-info {
&,
.fr-header__brand {
filter: none;
}
}
.header-inner-content {