@use "sass:map";
@use "../core/_index.scss" as *;
@use "../popup/_variables.scss" as *;

/// The horizontal padding of the DropdownTree popup
/// @group dropdowntree
$kendo-dropdowntree-popup-padding-x: $kendo-popup-content-padding-x !default;
/// The vertical padding of the DropdownTree popup
/// @group dropdowntree
$kendo-dropdowntree-popup-padding-y: $kendo-popup-content-padding-y !default;

/// The padding of the check-all CheckBox inside the DropDownTree popup
/// @group dropdowntree
$kendo-dropdowntree-check-all-padding: k-spacing(1) !default;
