New to Kendo UI for Angular? Start a free 30-day trial
Customizing Loader
Variables
The following table lists the available variables for customization.
Name | Type | Default value | Computed value |
---|---|---|---|
$kendo-loader-segment-border-radius | 50% | ||
Description
The border radius of the Loader segment. | |||
$kendo-loader-sm-segment-size | map.get( $kendo-spacing, 1 ) | ||
Description
The size of the small Loader segment. | |||
$kendo-loader-md-segment-size | map.get( $kendo-spacing, 2 ) | ||
Description
The size of the medium Loader segment. | |||
$kendo-loader-lg-segment-size | map.get( $kendo-spacing, 4 ) | ||
Description
The size of the large Loader segment. | |||
$kendo-loader-sm-padding-x | math.div( $kendo-loader-sm-segment-size, 2 ) | ||
Description
The horizontal padding of the small Loader. | |||
$kendo-loader-md-padding-x | math.div( $kendo-loader-md-segment-size, 2 ) | ||
Description
The horizontal padding of the medium Loader. | |||
$kendo-loader-lg-padding-x | math.div( $kendo-loader-lg-segment-size, 2 ) | ||
Description
The horizontal padding of the large Loader. | |||
$kendo-loader-sm-padding-y | math.div( $kendo-loader-sm-segment-size, 2 ) | ||
Description
The vertical padding of the small Loader. | |||
$kendo-loader-md-padding-y | math.div( $kendo-loader-md-segment-size, 2 ) | ||
Description
The vertical padding of the medium Loader. | |||
$kendo-loader-lg-padding-y | math.div( $kendo-loader-lg-segment-size, 2 ) | ||
Description
The vertical padding of the large Loader. | |||
$kendo-loader-equilateral-height | .8660 | ||
Description
The equilateral height of the Loader. | |||
$kendo-loader-sm-spinner-3-width | ( $kendo-loader-sm-segment-size * 4 ) | ||
Description
The width of the small spinner-3 Loader. | |||
$kendo-loader-md-spinner-3-width | ( $kendo-loader-md-segment-size * 4 ) | ||
Description
The width of the medium spinner-3 Loader. | |||
$kendo-loader-lg-spinner-3-width | ( $kendo-loader-lg-segment-size * 4 ) | ||
Description
The width of the large spinner-3 Loader. | |||
$kendo-loader-sm-spinner-3-height | ( $kendo-loader-sm-spinner-3-width * $kendo-loader-equilateral-height ) | ||
Description
The height of the small spinner-3 Loader. | |||
$kendo-loader-md-spinner-3-height | ( $kendo-loader-md-spinner-3-width * $kendo-loader-equilateral-height ) | ||
Description
The height of the medium spinner-3 Loader. | |||
$kendo-loader-lg-spinner-3-height | ( $kendo-loader-lg-spinner-3-width * $kendo-loader-equilateral-height ) | ||
Description
The height of the large spinner-3 Loader. | |||
$kendo-loader-sm-spinner-4-width | ( $kendo-loader-sm-segment-size * 4 ) | ||
Description
The width of the small spinner-4 Loader. | |||
$kendo-loader-md-spinner-4-width | ( $kendo-loader-md-segment-size * 4 ) | ||
Description
The width of the medium spinner-4 Loader. | |||
$kendo-loader-lg-spinner-4-width | ( $kendo-loader-lg-segment-size * 4 ) | ||
Description
The width of the large spinner-4 Loader. | |||
$kendo-loader-sm-spinner-4-height | $kendo-loader-sm-spinner-4-width | ||
Description
The height of the small spinner-4 Loader. | |||
$kendo-loader-md-spinner-4-height | $kendo-loader-md-spinner-4-width | ||
Description
The height of the medium spinner-4 Loader. | |||
$kendo-loader-lg-spinner-4-height | $kendo-loader-lg-spinner-4-width | ||
Description
The height of the large spinner-4 Loader. | |||
$kendo-loader-container-panel-border-width | 1px | ||
Description
The border width of the container panel. | |||
$kendo-loader-container-panel-border-style | solid | ||
Description
The border style of the container panel. | |||
$kendo-loader-container-panel-border-color | var( --kendo-component-border, initial ) | ||
Description
The border color of the container panel. | |||
$kendo-loader-container-panel-border-radius | var( --kendo-border-radius-md, #{$kendo-border-radius-md} ) | ||
Description
The border radius of the container panel. | |||
$kendo-loader-container-panel-bg | $kendo-color-white | ||
Description
The background color of the container panel. | |||
$kendo-loader-sm-container-padding-x | map.get( $kendo-spacing, 4 ) | ||
Description
The horizontal padding of the small Loader container. | |||
$kendo-loader-md-container-padding-x | map.get( $kendo-spacing, 5 ) | ||
Description
The horizontal padding of the medium Loader container. | |||
$kendo-loader-lg-container-padding-x | map.get( $kendo-spacing, 6 ) | ||
Description
The horizontal padding of the large Loader container. | |||
$kendo-loader-sm-container-padding-y | map.get( $kendo-spacing, 4 ) | ||
Description
The vertical padding of the small Loader container. | |||
$kendo-loader-md-container-padding-y | map.get( $kendo-spacing, 5 ) | ||
Description
The vertical padding of the medium Loader container. | |||
$kendo-loader-lg-container-padding-y | map.get( $kendo-spacing, 6 ) | ||
Description
The vertical padding of the large Loader container. | |||
$kendo-loader-sm-container-gap | map.get( $kendo-spacing, 1 ) | ||
Description
The gap of the small Loader container. | |||
$kendo-loader-md-container-gap | map.get( $kendo-spacing, 2 ) | ||
Description
The gap of the medium Loader container. | |||
$kendo-loader-lg-container-gap | map.get( $kendo-spacing, 3 ) | ||
Description
The gap of the large Loader container. | |||
$kendo-loader-sm-container-font-size | var( --kendo-font-size-sm, inherit ) | ||
Description
The font size of the small Loader container. | |||
$kendo-loader-md-container-font-size | var( --kendo-font-size-md, inherit ) | ||
Description
The font size of the medium Loader container. | |||
$kendo-loader-lg-container-font-size | var( --kendo-font-size-lg, inherit ) | ||
Description
The font size of the large Loader container. | |||
$kendo-loader-brand-colors | (
primary: primary,
secondary: neutral,
tertiary: tertiary,
error: error,
success: success,
warning: warning,
info: info
) | ||
Description
The theme variations for the Loader. | |||
$kendo-loader-theme-colors | () | ||
Description
The theme colors map for the Loader variations. |