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

9 lines
282 B
SCSS
Raw Normal View History

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