Customizing Dropzone

Variables

The following table lists the available variables for customization.

NameTypeDefault valueComputed value
$kendo-dropzone-padding-xmap.get( $kendo-spacing, 2 )
Description
The horizontal padding of the DropZone.
$kendo-dropzone-padding-ymap.get( $kendo-spacing, 2 )
Description
The vertical padding of the DropZone.
$kendo-dropzone-border-width1px
Description
The border width of the DropZone.
$kendo-dropzone-min-height220px
Description
The minimum height of the DropZone.
$kendo-dropzone-font-familyvar( --kendo-font-family, inherit )
Description
The font family of the DropZone.
$kendo-dropzone-font-sizevar( --kendo-font-size, inherit )
Description
The font size of the DropZone.
$kendo-dropzone-line-heightvar( --kendo-line-height, normal )
Description
The line height of the DropZone.
$kendo-dropzone-bgif($kendo-enable-color-system, k-color( surface ), k-get-theme-color-var( neutral-10 ))
Description
The background color of the DropZone.
$kendo-dropzone-textvar( --kendo-component-text, inherit )
Description
Text color of the dropzone.
$kendo-dropzone-bordervar( --kendo-component-border, initial )
Description
The border color of the DropZone.
$kendo-dropzone-icon-spacingmap.get( $kendo-spacing, 6 )
Description
The spacing below the DropZone icon.
$kendo-dropzone-icon-textif($kendo-enable-color-system, k-color( subtle ), k-get-theme-color-var( neutral-90 ))
Description
The text color of the DropZone icon.
$kendo-dropzone-icon-hover-textif($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))
Description
Text color of the icon when the dropzone is hovered.
$kendo-dropzone-hint-font-sizeinherit
Description
The font size of the DropZone hint.
$kendo-dropzone-hint-font-weightvar( --kendo-font-weight-bold, bold )
Description
The font weight of the DropZone hint.
$kendo-dropzone-hint-spacingmap.get( $kendo-spacing, 2 )
Description
The spacing below the DropZone hint.
$kendo-dropzone-hint-text$kendo-dropzone-text
Description
The text color of the DropZone hint.
$kendo-dropzone-note-font-sizevar( --kendo-font-size-sm, inherit )
Description
The font size of the DropZone note.
$kendo-dropzone-note-font-weightinherit
Description
The font weight of the DropZone note.
$kendo-dropzone-note-spacing0
Description
The spacing below the DropZone note.
$kendo-dropzone-note-textvar( --kendo-subtle-text, inherit )
Description
The text color of the DropZone note.

In this article

Not finding the help you need?