Customizing Dropzone

Variables

The following table lists the available variables for customization.

NameTypeDefault valueComputed value
$kendo-dropzone-padding-xNumberk-map-get( $kendo-spacing, 2 )8px
Description
The horizontal padding of the DropZone.
$kendo-dropzone-padding-yNumberk-map-get( $kendo-spacing, 2 )8px
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-familyString$kendo-font-familyinherit
Description
The font family of the DropZone.
$kendo-dropzone-font-sizeNumber$kendo-font-size-md14px
Description
The font size of the DropZone.
$kendo-dropzone-line-heightNumber$kendo-line-height-md1.4285714286
Description
The line height of the DropZone.
$kendo-dropzone-bgColor$kendo-base-bg#fafafa
Description
The background color of the DropZone.
$kendo-dropzone-textColor$kendo-base-text#424242
Description
The text color of the DropZone.
$kendo-dropzone-borderColor$kendo-base-borderrgba(0, 0, 0, 0.08)
Description
The border color of the DropZone.
$kendo-dropzone-icon-spacingNumberk-map-get( $kendo-spacing, 6 )24px
Description
The spacing below the DropZone icon.
$kendo-dropzone-icon-textColorif($kendo-enable-color-system, k-color( subtle ), k-try-tint( $kendo-dropzone-text, 4 ))#7e7e7e
Description
The text color of the DropZone icon.
$kendo-dropzone-icon-hover-textColor$kendo-color-primary#ff6358
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 )8px
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-sm12px
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#666666
Description
The text color of the DropZone note.

In this article

Not finding the help you need?