New to Kendo UI for Angular? Start a free 30-day trial
Customizing Upload
Variables
The following table lists the available variables for customization.
Name | Type | Default value | Computed value |
---|---|---|---|
$kendo-upload-border-width | 1px | ||
Description
The width of the border around the Upload. | |||
$kendo-upload-font-family | var( --kendo-font-family, inherit ) | ||
Description
The font family of the Upload. | |||
$kendo-upload-font-size | var( --kendo-font-size, inherit ) | ||
Description
The font size of the Upload. | |||
$kendo-upload-line-height | var( --kendo-line-height, normal ) | ||
Description
The line height of the Upload. | |||
$kendo-upload-max-height | 300px | ||
Description
The maximum height of the list with uploaded items. | |||
$kendo-upload-text | var( --kendo-component-text, initial ) | ||
Description
The text color of the Upload. | |||
$kendo-upload-bg | var( --kendo-component-bg, initial ) | ||
Description
The background color of the Upload. | |||
$kendo-upload-border | var( --kendo-component-border, initial ) | ||
Description
The border color of the Upload. | |||
$kendo-upload-dropzone-padding-x | map.get( $kendo-spacing, 2 ) | ||
Description
The horizontal padding of the Upload dropzone. | |||
$kendo-upload-dropzone-padding-y | map.get( $kendo-spacing, 2 ) | ||
Description
The vertical padding of the Upload dropzone. | |||
$kendo-upload-dropzone-text | k-get-theme-color-var( neutral-130 ) | ||
Description
The text color of the Upload dropzone. | |||
$kendo-upload-dropzone-bg | k-get-theme-color-var( neutral-10 ) | ||
Description
The background color of the Upload dropzone. | |||
$kendo-upload-dropzone-border | k-get-theme-color-var( neutral-30 ) | ||
Description
The border color of the Upload dropzone. | |||
$kendo-upload-dropzone-hover-bg | var( --kendo-hover-bg, inherit ) | ||
Description
The background color of the hovered Upload dropzone. | |||
$kendo-upload-status-text | var( --kendo-subtle-text, inherit ) | ||
Description
The text color of the Upload status message. | |||
$kendo-upload-status-text-opacity | null | ||
Description
The opacity of the Upload status message. | |||
$kendo-upload-item-padding-x | map.get( $kendo-spacing, 2 ) | ||
Description
The horizontal padding of an uploaded item. | |||
$kendo-upload-item-padding-y | map.get( $kendo-spacing, 2 ) | ||
Description
The vertical padding of an uploaded item. | |||
$kendo-upload-multiple-items-spacing | map.get( $kendo-spacing, 4 ) | ||
Description
The vertical spacing between uploaded batch items. | |||
$kendo-upload-validation-font-size | var( --kendo-font-size-xs, inherit ) | ||
Description
The font size of the Upload validation message. | |||
$kendo-upload-icon-spacing | var( --kendo-icon-spacing, .5rem ) | ||
Description
The horizontal spacing of the Upload status icon. | |||
$kendo-upload-icon-color | var( --kendo-subtle-text, inherit ) | ||
Description
The color of the uploaded items icon. | |||
$kendo-upload-progress-thickness | 2px | ||
Description
The thickness of the Upload progress bar. | |||
$kendo-upload-progress-bg | k-get-theme-color-var( primary-100 ) | ||
Description
The background color of the Upload progress bar. | |||
$kendo-upload-success-text | k-get-theme-color-var( success-190 ) | ||
Description
The success text color of the Upload. | |||
$kendo-upload-success-bg | k-get-theme-color-var( success-190 ) | ||
Description
The success background color of the Upload progress bar. | |||
$kendo-upload-error-text | k-get-theme-color-var( error-190 ) | ||
Description
The error text color of the Upload. | |||
$kendo-upload-error-bg | k-get-theme-color-var( error-190 ) | ||
Description
The error background color of the Upload progress bar. | |||
$kendo-upload-focus-shadow | inset 0 0 0 2px rgba(0, 0, 0, .13) | ||
Description
The shadow of the focused Upload button, actions and uploaded items. |