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

/// Horizontal padding of the action buttons container.
/// @group action-buttons
$kendo-actions-padding-x: k-spacing(3) !default;
/// Vertical padding of the action buttons container.
/// @group action-buttons
$kendo-actions-padding-y: k-spacing(3) !default;
/// Width of the border around the action buttons container.
/// @group action-buttons
$kendo-actions-border-width: 0px !default;
/// The background color of the action buttons container.
/// @group action-buttons
$kendo-actions-bg: inherit !default;
/// The text color of the action buttons container.
/// @group action-buttons
$kendo-actions-text: inherit !default;
/// The border color of the action buttons container.
/// @group action-buttons
$kendo-actions-border: inherit !default;

/// Spacing between the action buttons.
/// @group action-buttons
$kendo-actions-button-spacing: k-spacing(2) !default;
