Skip to content

Commit 5fcd105

Browse files
authored
Merge pull request #841 from badejayayesubabu/surf-2119
docs(panel): implement and document attrs and vars
2 parents d96de27 + 88e7cd7 commit 5fcd105

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/scss/components/panel/_index.scss

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,11 @@
6868
// Panel with tabset as its body.
6969
.hxPanel.hxTabbed {
7070
$head-bg: $gray-100;
71+
$head-bg: var(--hxPanel-hxTabbed-head-bgcolor, $gray-100);
7172
$body-bg: $gray-0;
73+
$body-bg: var(--hxPanel-hxTabbed-body-bgcolor, $gray-0);
7274
$foot-bg: $gray-0;
75+
$foot-bg: var(--hxPanel-hxTabbed-foot-bgcolor, $gray-0);
7376

7477
background-color: $head-bg;
7578

0 commit comments

Comments
 (0)