@use "../core/_index.scss" as *;

/// The background color of the Overlay.
/// @group overlay
$kendo-overlay-bg: k-color(inverse) !default;
/// The opacity of the Overlay.
/// @group overlay
$kendo-overlay-opacity: .5 !default;

@forward "@progress/kendo-theme-core/scss/components/overlay/_variables.scss" with (
    $kendo-overlay-bg: $kendo-overlay-bg,
    $kendo-overlay-opacity: $kendo-overlay-opacity
);
