Sass Variables
The Telerik and Kendo UI ExternalDropZone enables you to configure and customize its appearance through the available Sass variables.
| Variable | Default Value | Computed Value | Value |
|---|---|---|---|
kendo-dropzone-padding-x | k-spacing(2) | var(--kendo-spacing-2) | Default: k-spacing(2)Computed: var(--kendo-spacing-2) |
| Description: The horizontal padding of the DropZone. | |||
kendo-dropzone-padding-y | k-spacing(2) | var(--kendo-spacing-2) | Default: k-spacing(2)Computed: var(--kendo-spacing-2) |
| Description: The vertical padding of the DropZone. | |||
kendo-dropzone-border-width | 1px | 1px | Default: 1pxComputed: 1px |
| Description: The border width of the DropZone. | |||
kendo-dropzone-border-radius | null | null | Default: nullComputed: null |
| Description: The border radius of the DropZone. | |||
kendo-dropzone-min-height | 220px | 220px | Default: 220pxComputed: 220px |
| Description: The minimum height of the DropZone. | |||
kendo-dropzone-font-family | var(--kendo-font-family) | var(--kendo-font-family) | Default: var(--kendo-font-family)Computed: var(--kendo-font-family) |
| Description: The font family of the DropZone. | |||
kendo-dropzone-font-size | var(--kendo-font-size) | var(--kendo-font-size) | Default: var(--kendo-font-size)Computed: var(--kendo-font-size) |
| Description: The font size of the DropZone. | |||
kendo-dropzone-line-height | var(--kendo-line-height) | var(--kendo-line-height) | Default: var(--kendo-line-height)Computed: var(--kendo-line-height) |
| Description: The line height of the DropZone. | |||
kendo-dropzone-bg | k-color(surface) | var(--kendo-color-surface) | Default: k-color(surface)Computed: var(--kendo-color-surface) |
| Description: The background color of the DropZone. | |||
kendo-dropzone-text | k-color(on-app-surface) | var(--kendo-color-on-app-surface) | Default: k-color(on-app-surface)Computed: var(--kendo-color-on-app-surface) |
| Description: The text color of the DropZone. | |||
kendo-dropzone-border | k-color(border) | var(--kendo-color-border) | Default: k-color(border)Computed: var(--kendo-color-border) |
| Description: The border color of the DropZone. | |||
kendo-dropzone-icon-spacing | k-spacing(6) | var(--kendo-spacing-6) | Default: k-spacing(6)Computed: var(--kendo-spacing-6) |
| Description: The spacing below the DropZone icon. | |||
kendo-dropzone-icon-text | k-color(subtle) | var(--kendo-color-subtle) | Default: k-color(subtle)Computed: var(--kendo-color-subtle) |
| Description: The text color of the DropZone icon. | |||
kendo-dropzone-icon-hover-text | k-color(primary) | var(--kendo-color-primary) | Default: k-color(primary)Computed: var(--kendo-color-primary) |
| Description: The text color of the hovered DropZone icon. | |||
kendo-dropzone-hint-font-size | null | null | Default: nullComputed: null |
| Description: The font size of the DropZone hint. | |||
kendo-dropzone-hint-spacing | k-spacing(2) | var(--kendo-spacing-2) | Default: k-spacing(2)Computed: var(--kendo-spacing-2) |
| Description: The spacing below the DropZone hint. | |||
kendo-dropzone-hint-text | null | null | Default: nullComputed: null |
| Description: The text color of the DropZone hint. | |||
kendo-dropzone-note-font-size | var(--kendo-font-size-sm) | var(--kendo-font-size-sm) | Default: var(--kendo-font-size-sm)Computed: var(--kendo-font-size-sm) |
| Description: The font size of the DropZone note. | |||
kendo-dropzone-note-spacing | null | null | Default: nullComputed: null |
| Description: The spacing below the DropZone note. | |||
kendo-dropzone-note-text | k-color(subtle) | var(--kendo-color-subtle) | Default: k-color(subtle)Computed: var(--kendo-color-subtle) |
| Description: The text color of the DropZone note. | |||