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, 0.5rem) | Default: k-spacing(2)Computed: var(--kendo-spacing-2, 0.5rem) |
| Description: The horizontal padding of the DropZone. | |||
kendo-dropzone-padding-y | k-spacing(2) | var(--kendo-spacing-2, 0.5rem) | Default: k-spacing(2)Computed: var(--kendo-spacing-2, 0.5rem) |
| 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-min-height | 220px | 220px | Default: 220pxComputed: 220px |
| Description: The minimum height of the DropZone. | |||
kendo-dropzone-font-family | var( --kendo-font-family, inherit ) | var(--kendo-font-family, inherit) | Default: var( --kendo-font-family, inherit )Computed: var(--kendo-font-family, inherit) |
| Description: The font family of the DropZone. | |||
kendo-dropzone-font-size | var( --kendo-font-size, inherit ) | var(--kendo-font-size, inherit) | Default: var( --kendo-font-size, inherit )Computed: var(--kendo-font-size, inherit) |
| Description: The font size of the DropZone. | |||
kendo-dropzone-line-height | var( --kendo-line-height, normal ) | var(--kendo-line-height, normal) | Default: var( --kendo-line-height, normal )Computed: var(--kendo-line-height, normal) |
| Description: The line height of the DropZone. | |||
kendo-dropzone-bg | k-color(surface) | var(--kendo-color-surface, #fafafa) | Default: k-color(surface)Computed: var(--kendo-color-surface, #fafafa) |
| Description: The background color of the DropZone. | |||
kendo-dropzone-text | k-color(on-app-surface) | var(--kendo-color-on-app-surface, #3d3d3d) | Default: k-color(on-app-surface)Computed: var(--kendo-color-on-app-surface, #3d3d3d) |
| Description: The text color of the DropZone. | |||
kendo-dropzone-border | k-color(border) | var(--kendo-color-border, rgba(0, 0, 0, 0.08)) | Default: k-color(border)Computed: var(--kendo-color-border, rgba(0, 0, 0, 0.08)) |
| Description: The border color of the DropZone. | |||
kendo-dropzone-icon-spacing | k-spacing(6) | var(--kendo-spacing-6, 1.5rem) | Default: k-spacing(6)Computed: var(--kendo-spacing-6, 1.5rem) |
| Description: The spacing below the DropZone icon. | |||
kendo-dropzone-icon-text | k-color(subtle) | var(--kendo-color-subtle, #666666) | Default: k-color(subtle)Computed: var(--kendo-color-subtle, #666666) |
| Description: The text color of the DropZone icon. | |||
kendo-dropzone-icon-hover-text | k-color(primary) | var(--kendo-color-primary, #ff6358) | Default: k-color(primary)Computed: var(--kendo-color-primary, #ff6358) |
| 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, 0.5rem) | Default: k-spacing(2)Computed: var(--kendo-spacing-2, 0.5rem) |
| 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, inherit ) | var(--kendo-font-size-sm, inherit) | Default: var( --kendo-font-size-sm, inherit )Computed: var(--kendo-font-size-sm, inherit) |
| 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, #666666) | Default: k-color(subtle)Computed: var(--kendo-color-subtle, #666666) |
| Description: The text color of the DropZone note. | |||