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

/// Opacity of the overlay.
/// @group overlay
$kendo-overlay-opacity: .4 !default;

/// Background color of the dark overlay.
/// @group overlay
$kendo-overlay-dark: $kendo-color-black !default;
/// Background color of the light overlay.
/// @group overlay
$kendo-overlay-light: $kendo-color-white !default;
