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: 1px Computed: 1px |
Description: The border width of the DropZone. | |||
kendo-dropzone-min-height | 220px | 220px | Default: 220px Computed: 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 | $kendo-base-bg | var(--kendo-color-surface, #fafafa) | Default: $kendo-base-bg Computed: var(--kendo-color-surface, #fafafa) |
Description: The background color of the DropZone. | |||
kendo-dropzone-text | $kendo-base-text | var(--kendo-color-on-app-surface, #3d3d3d) | Default: $kendo-base-text Computed: var(--kendo-color-on-app-surface, #3d3d3d) |
Description: The text color of the DropZone. | |||
kendo-dropzone-border | $kendo-base-border | var(--kendo-color-border, rgba(0, 0, 0, 0.08)) | Default: $kendo-base-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 | if($kendo-enable-color-system, k-color( subtle ), k-try-tint( $kendo-dropzone-text, 4 )) | var(--kendo-color-subtle, #666666) | Default: if($kendo-enable-color-system, k-color( subtle ), k-try-tint( $kendo-dropzone-text, 4 )) Computed: var(--kendo-color-subtle, #666666) |
Description: The text color of the DropZone icon. | |||
kendo-dropzone-icon-hover-text | $kendo-color-primary | var(--kendo-color-primary, #ff6358) | Default: $kendo-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: null Computed: 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: null Computed: 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: null Computed: null |
Description: The spacing below the DropZone note. | |||
kendo-dropzone-note-text | $kendo-subtle-text | var(--kendo-color-subtle, #666666) | Default: $kendo-subtle-text Computed: var(--kendo-color-subtle, #666666) |
Description: The text color of the DropZone note. |