diff --git a/packages/fluent/docs/customization-form.md b/packages/fluent/docs/customization-form.md index 63aeaebd3dc..5b3333a9177 100644 --- a/packages/fluent/docs/customization-form.md +++ b/packages/fluent/docs/customization-form.md @@ -29,9 +29,9 @@ The following table lists the available variables for customization. $kendo-form-spacer - Calculation - calc( #{k-spacing(2)} * 2 ) - calc(var(--kendo-spacing-2, 0.5rem) * 2) + String + k-spacing(4) + var(--kendo-spacing-4, 1rem)
Description
The padding of the inline Form.
diff --git a/packages/fluent/docs/customization-panelbar.md b/packages/fluent/docs/customization-panelbar.md index 9a4da7c7061..bcf8b72a35c 100644 --- a/packages/fluent/docs/customization-panelbar.md +++ b/packages/fluent/docs/customization-panelbar.md @@ -130,8 +130,8 @@ The following table lists the available variables for customization. $kendo-panelbar-header-padding-x-start Calculation - calc( var( --kendo-panelbar-icon-spacing, #{$kendo-panelbar-icon-spacing} ) * 2 + var( --kendo-icon-size, 1rem ) ) - calc(var(--kendo-panelbar-icon-spacing, var(--kendo-spacing-2, 0.5rem)) * 2 + var(--kendo-icon-size, 1rem)) + calc( #{$kendo-panelbar-icon-spacing} * 2 + var( --kendo-icon-size, 1rem ) ) + calc(var(--kendo-spacing-2, 0.5rem) * 2 + var(--kendo-icon-size, 1rem))
Description
The horizontal start padding of the PanelBar header.
@@ -160,8 +160,8 @@ The following table lists the available variables for customization. $kendo-panelbar-item-padding-x-start Calculation - calc( var( --kendo-panelbar-icon-spacing, #{$kendo-panelbar-icon-spacing} ) * 2 + var( --kendo-icon-size, 1rem ) ) - calc(var(--kendo-panelbar-icon-spacing, var(--kendo-spacing-2, 0.5rem)) * 2 + var(--kendo-icon-size, 1rem)) + calc( #{$kendo-panelbar-icon-spacing} * 2 + var( --kendo-icon-size, 1rem ) ) + calc(var(--kendo-spacing-2, 0.5rem) * 2 + var(--kendo-icon-size, 1rem))
Description
The horizontal padding of the PanelBar items.
diff --git a/packages/fluent/docs/customization.md b/packages/fluent/docs/customization.md index afd016f19bd..cb277e67790 100644 --- a/packages/fluent/docs/customization.md +++ b/packages/fluent/docs/customization.md @@ -12708,9 +12708,9 @@ The following table lists the available variables for customizing the Fluent the $kendo-form-spacer - Calculation - calc( #{k-spacing(2)} * 2 ) - calc(var(--kendo-spacing-2, 0.5rem) * 2) + String + k-spacing(4) + var(--kendo-spacing-4, 1rem)
Description
The padding of the inline Form.
@@ -22205,8 +22205,8 @@ The following table lists the available variables for customizing the Fluent the $kendo-panelbar-header-padding-x-start Calculation - calc( var( --kendo-panelbar-icon-spacing, #{$kendo-panelbar-icon-spacing} ) * 2 + var( --kendo-icon-size, 1rem ) ) - calc(var(--kendo-panelbar-icon-spacing, var(--kendo-spacing-2, 0.5rem)) * 2 + var(--kendo-icon-size, 1rem)) + calc( #{$kendo-panelbar-icon-spacing} * 2 + var( --kendo-icon-size, 1rem ) ) + calc(var(--kendo-spacing-2, 0.5rem) * 2 + var(--kendo-icon-size, 1rem))
Description
The horizontal start padding of the PanelBar header.
@@ -22235,8 +22235,8 @@ The following table lists the available variables for customizing the Fluent the $kendo-panelbar-item-padding-x-start Calculation - calc( var( --kendo-panelbar-icon-spacing, #{$kendo-panelbar-icon-spacing} ) * 2 + var( --kendo-icon-size, 1rem ) ) - calc(var(--kendo-panelbar-icon-spacing, var(--kendo-spacing-2, 0.5rem)) * 2 + var(--kendo-icon-size, 1rem)) + calc( #{$kendo-panelbar-icon-spacing} * 2 + var( --kendo-icon-size, 1rem ) ) + calc(var(--kendo-spacing-2, 0.5rem) * 2 + var(--kendo-icon-size, 1rem))
Description
The horizontal padding of the PanelBar items.