Skip to content

Commit 387726f

Browse files
authored
Improve print view (#2888)
* use scss variables in print media query * hide expand collapse link for print media query
1 parent c2f6e7d commit 387726f

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

assets/styles/default-responsive.scss

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,20 @@
2626
display:inherit;
2727
}
2828
.site-branding-area {
29-
background-color: #b1101a !important;
29+
background-color: $site-branding-area-background !important;
3030
}
3131

3232
div.panel {
3333
page-break-inside: avoid;
3434
}
3535

3636
.panel-heading {
37-
background-color: #b1101a !important;
37+
background-color: $panel-branding-background-color !important;
38+
color: $panel-branding-color !important;
39+
}
40+
41+
.view-accordion .panel-group .main-expand-collapse {
42+
display: none !important;
3843
}
3944

4045
.panel-title > a{

0 commit comments

Comments
 (0)