Skip to content
Snippets Groups Projects
Commit 8fd4e05e authored by Alexander Purr's avatar Alexander Purr Committed by Robert Lange
Browse files

refs #22843 [fid_adr] Records Home view - linked via e-mail

* hide background
* hide offcanvas-toggler (empty sitebar)
parent 3344631a
No related merge requests found
......@@ -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;
}
}
}
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment