We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2f6e7d commit 387726fCopy full SHA for 387726f
assets/styles/default-responsive.scss
@@ -26,15 +26,20 @@
26
display:inherit;
27
}
28
.site-branding-area {
29
- background-color: #b1101a !important;
+ background-color: $site-branding-area-background !important;
30
31
32
div.panel {
33
page-break-inside: avoid;
34
35
36
.panel-heading {
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;
43
44
45
.panel-title > a{
0 commit comments