New to Kendo UI for Angular? Start a free 30-day trial
Customizing Dropzone
Variables
The following table lists the available variables for customization.
Name | Type | Default value | Computed value |
---|---|---|---|
$kendo-dropzone-padding-x | map.get( $kendo-spacing, 2 ) | ||
Description
Horizontal padding of the dropzone. | |||
$kendo-dropzone-padding-y | map.get( $kendo-spacing, 2 ) | ||
Description
Vertical padding of the dropzone. | |||
$kendo-dropzone-border-width | 1px | ||
Description
Border width of the dropzone. | |||
$kendo-dropzone-min-height | 220px | ||
Description
Min height of the dropzone. | |||
$kendo-dropzone-font-family | var( --kendo-font-family, inherit ) | ||
Description
Font family of the dropzone. | |||
$kendo-dropzone-font-size | var( --kendo-font-size, inherit ) | ||
Description
Font size of the dropzone. | |||
$kendo-dropzone-line-height | var( --kendo-line-height, normal ) | ||
Description
Line height of the dropzone. | |||
$kendo-dropzone-bg | k-get-theme-color-var( neutral-10 ) | ||
Description
Background color of the dropzone. | |||
$kendo-dropzone-text | var( --kendo-component-text, inherit ) | ||
Description
Text color of the dropzone. | |||
$kendo-dropzone-border | var( --kendo-component-border, initial ) | ||
Description
Border color of the dropzone. | |||
$kendo-dropzone-icon-spacing | map.get( $kendo-spacing, 6 ) | ||
Description
Spacing below the icon. | |||
$kendo-dropzone-icon-text | k-get-theme-color-var( neutral-90 ) | ||
Description
Text color of the icon. | |||
$kendo-dropzone-icon-hover-text | k-get-theme-color-var( primary-100 ) | ||
Description
Text color of the icon when the dropzone is hovered. | |||
$kendo-dropzone-hint-font-size | inherit | ||
Description
Font size of the hint. | |||
$kendo-dropzone-hint-font-weight | var( --kendo-font-weight-bold, bold ) | ||
Description
Font weight of the hint. | |||
$kendo-dropzone-hint-spacing | map.get( $kendo-spacing, 2 ) | ||
Description
Spacing below the hint. | |||
$kendo-dropzone-hint-text | $kendo-dropzone-text | ||
Description
Text color of the hint. | |||
$kendo-dropzone-note-font-size | var( --kendo-font-size-sm, inherit ) | ||
Description
Font size of the note. | |||
$kendo-dropzone-note-font-weight | inherit | ||
Description
Font weight of the note. | |||
$kendo-dropzone-note-spacing | 0 | ||
Description
Spacing below the note. | |||
$kendo-dropzone-note-text | var( --kendo-subtle-text, inherit ) | ||
Description
Text color of the note. |