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.
2 parents d96de27 + 88e7cd7 commit 5fcd105Copy full SHA for 5fcd105
src/scss/components/panel/_index.scss
@@ -68,8 +68,11 @@
68
// Panel with tabset as its body.
69
.hxPanel.hxTabbed {
70
$head-bg: $gray-100;
71
+ $head-bg: var(--hxPanel-hxTabbed-head-bgcolor, $gray-100);
72
$body-bg: $gray-0;
73
+ $body-bg: var(--hxPanel-hxTabbed-body-bgcolor, $gray-0);
74
$foot-bg: $gray-0;
75
+ $foot-bg: var(--hxPanel-hxTabbed-foot-bgcolor, $gray-0);
76
77
background-color: $head-bg;
78
0 commit comments