diff --git a/themes/fid_adlr/scss/adlr.scss b/themes/fid_adlr/scss/adlr.scss index 864a1ad8b2eaca38f6b2d5730dc7236ffa264db4..479f7d02d502494e4772ccc1ecc821679380b3bf 100644 --- a/themes/fid_adlr/scss/adlr.scss +++ b/themes/fid_adlr/scss/adlr.scss @@ -381,3 +381,22 @@ a { min-height: unset; } } + +// ***************************************************************** +// ********** view specific styling ******************************** +// ***************************************************************** + +// Records Home view - linked via e-mail #22843 +// hide background, hide offcanvas-toggler (empty sitebar) #22843 +.template-dir-records.template-name-home { + .main { + &, + header { + background-image: none; + } + + .offcanvas-toggler { + display: none; + } + } +}