@patternfly/patternfly
Version:
Assets, source, tooling, and content for PatternFly 4
11 lines (8 loc) • 302 B
CSS
.tabs-example-block {
--tabs-example-block--BackgroundColor: transparent;
min-height: 40px;
background-color: var(--tabs-example-block--BackgroundColor);
}
.tabs-example-block--m-color-scheme--light-300 {
--tabs-example-block--BackgroundColor: var(--pf-global--BackgroundColor--light-300);
}