keycloak-themes/default/keycloak/common/resources/node_modules/@patternfly/patternfly/patternfly-charts-theme-dark.scss

9 lines
261 B
SCSS
Raw Normal View History

2024-10-03 21:50:32 +00:00
@import "themes/dark/patternfly-charts-theme-dark";
$pf-theme-dark-class: ".pf-theme-dark" !default;
$pf-charts-theme-dark-class: $pf-theme-dark-class !default;
:where(#{$pf-theme-dark-class}) {
@include pf-charts-theme-dark($pf-charts-theme-dark-class);
}