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


/// Border width of the listgroup.
/// @group listgroup
$kendo-listgroup-border-width: 1px !default;
/// Border radius of the listgroup.
/// @group listgroup
$kendo-listgroup-border-radius: k-border-radius(md) !default;

/// Font size of the listgroup.
/// @group listgroup
$kendo-listgroup-font-size: var( --kendo-font-size, inherit ) !default;
/// Line height of the listgroup.
/// @group listgroup
$kendo-listgroup-line-height: var( --kendo-line-height, normal ) !default;

/// Background color of the listgroup component.
/// @group listgroup
$kendo-listgroup-bg: var( --kendo-component-bg, transparent ) !default;
/// Text color of the listgroup component.
/// @group listgroup
$kendo-listgroup-text: var( --kendo-component-text, inherit ) !default;
/// Border color of the listgroup component.
/// @group listgroup
$kendo-listgroup-border: var( --kendo-component-border, inherit ) !default;

/// Horizontal padding of the listgroup items.
/// @group listgroup
$kendo-listgroup-item-padding-x: k-spacing(2) !default;
/// Vertical padding of the listgroup items.
/// @group listgroup
$kendo-listgroup-item-padding-y: k-spacing(2) !default;
/// Border width of the listgroup item.
/// @group listgroup
$kendo-listgroup-item-border-width: 1px !default;
