Skip to content
Snippets Groups Projects
Commit 3afd2e9e authored by ha848myco's avatar ha848myco Committed by Robert Lange
Browse files

refs #15394 [finc] Print styles fine tuning

* Prevent print of search filter toggle button
parent 72b56969
Branches
Tags
No related merge requests found
......@@ -1720,6 +1720,12 @@ footer {
width: 100%;
}
.offcanvas-toggler {
@media print {
display: none;
}
}
// push record view icon to right (Desktop) on left-aligned sidebars -- pls NOTE: required offcanvas = true
.offcanvas-left .media-left {
@media (min-width: $screen-sm-min) {
......
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