style(header): remove fr-header__with-notice-info when notice is closed
This commit is contained in:
parent
7e6624753a
commit
4d5f03b99c
5 changed files with 28 additions and 5 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue