7 lines
134 B
SCSS
7 lines
134 B
SCSS
// No drop shadow when a notice is shown.
|
|
.fr-header.fr-header__with-notice-info {
|
|
&,
|
|
.fr-header__brand {
|
|
filter: none;
|
|
}
|
|
}
|