Customizing Dropzone

Variables

The following table lists the available variables for customization.

NameTypeDefault valueComputed value
$kendo-dropzone-padding-xNumberk-map-get( $kendo-spacing, 2 )0.5rem
Description
The horizontal padding of the DropZone.
$kendo-dropzone-padding-yNumberk-map-get( $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-familyList$kendo-font-familysystem-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"
Description
The font family of the DropZone.
$kendo-dropzone-font-sizeNumber$kendo-font-size-md1rem
Description
The font size of the DropZone.
$kendo-dropzone-line-heightNumber$kendo-line-height-md1.5
Description
The line height of the DropZone.
$kendo-dropzone-bgColorif($kendo-enable-color-system, k-color( surface ), if( k-is-light( $kendo-component-bg ), $gray-100, $gray-900 ))#f8f9fa
Description
The background color of the DropZone.
$kendo-dropzone-textColor$kendo-component-text#212529
Description
The text color of the DropZone.
$kendo-dropzone-borderColor$kendo-component-border#dee2e6
Description
The border color of the DropZone.
$kendo-dropzone-icon-spacingNumberk-map-get( $kendo-spacing, 6 )1.5rem
Description
The spacing below the DropZone icon.
$kendo-dropzone-icon-textColorif($kendo-enable-color-system, k-color( subtle ), k-try-tint( $kendo-dropzone-text, 8 ))#afb1b2
Description
The text color of the DropZone icon.
$kendo-dropzone-icon-hover-textColor$kendo-color-primary#0d6efd
Description
The text color of the hovered DropZone icon.
$kendo-dropzone-hint-font-sizeNullnullnull
Description
The font size of the DropZone hint.
$kendo-dropzone-hint-spacingNumberk-map-get( $kendo-spacing, 2 )0.5rem
Description
The spacing below the DropZone hint.
$kendo-dropzone-hint-textNullnullnull
Description
The text color of the DropZone hint.
$kendo-dropzone-note-font-sizeNumber$kendo-font-size-xs0.75rem
Description
The font size of the DropZone note.
$kendo-dropzone-note-spacingNullnullnull
Description
The spacing below the DropZone note.
$kendo-dropzone-note-textColor$kendo-subtle-text#6c757d
Description
The text color of the DropZone note.

In this article

Not finding the help you need?