New to Kendo UI for Angular? Start a free 30-day trial

Customizing Dropzone

Variables

The following table lists the available variables for customization.

NameTypeDefault valueComputed value
$kendo-dropzone-padding-xStringk-spacing(2)var(--kendo-spacing-2, 0.5rem)
Description
The horizontal padding of the DropZone.
$kendo-dropzone-padding-yStringk-spacing(2)var(--kendo-spacing-2, 0.5rem)
Description
The vertical padding of the DropZone.
$kendo-dropzone-border-widthNumber1px1px
Description
The border width of the DropZone.
$kendo-dropzone-min-heightNumber220px220px
Description
The minimum height of the DropZone.
$kendo-dropzone-font-familyStringvar( --kendo-font-family, inherit )var(--kendo-font-family, inherit)
Description
The font family of the DropZone.
$kendo-dropzone-font-sizeStringvar( --kendo-font-size, inherit )var(--kendo-font-size, inherit)
Description
The font size of the DropZone.
$kendo-dropzone-line-heightStringvar( --kendo-line-height, normal )var(--kendo-line-height, normal)
Description
The line height of the DropZone.
$kendo-dropzone-bgStringif($kendo-enable-color-system, k-color( surface ), k-get-theme-color-var( neutral-10 ))var(--kendo-color-surface, #faf9f8)
Description
The background color of the DropZone.
$kendo-dropzone-textStringvar( --kendo-component-text, inherit )var(--kendo-component-text, inherit)
Description
Text color of the dropzone.
$kendo-dropzone-borderStringvar( --kendo-component-border, initial )var(--kendo-component-border, initial)
Description
The border color of the DropZone.
$kendo-dropzone-icon-spacingStringk-spacing(6)var(--kendo-spacing-6, 1.5rem)
Description
The spacing below the DropZone icon.
$kendo-dropzone-icon-textStringif($kendo-enable-color-system, k-color( subtle ), k-get-theme-color-var( neutral-90 ))var(--kendo-color-subtle, #605e5c)
Description
The text color of the DropZone icon.
$kendo-dropzone-icon-hover-textStringif($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))var(--kendo-color-primary, #0078d4)
Description
Text color of the icon when the dropzone is hovered.
$kendo-dropzone-hint-font-sizeStringinheritinherit
Description
The font size of the DropZone hint.
$kendo-dropzone-hint-font-weightStringvar( --kendo-font-weight-bold, bold )var(--kendo-font-weight-bold, bold)
Description
The font weight of the DropZone hint.
$kendo-dropzone-hint-spacingStringk-spacing(2)var(--kendo-spacing-2, 0.5rem)
Description
The spacing below the DropZone hint.
$kendo-dropzone-hint-textString$kendo-dropzone-textvar(--kendo-component-text, inherit)
Description
The text color of the DropZone hint.
$kendo-dropzone-note-font-sizeStringvar( --kendo-font-size-sm, inherit )var(--kendo-font-size-sm, inherit)
Description
The font size of the DropZone note.
$kendo-dropzone-note-font-weightStringinheritinherit
Description
The font weight of the DropZone note.
$kendo-dropzone-note-spacingStringk-spacing(0)var(--kendo-spacing-0, 0px)
Description
The spacing below the DropZone note.
$kendo-dropzone-note-textStringvar( --kendo-subtle-text, inherit )var(--kendo-subtle-text, inherit)
Description
The text color of the DropZone note.

In this article

Not finding the help you need?