New to Kendo UI for Angular? Start a free 30-day trial

Customizing Captcha

Variables

The following table lists the available variables for customization.

NameTypeDefault valueComputed value
$kendo-captcha-spacermap.get( $kendo-spacing, 2 )
Description
Spacer of the captcha.
$kendo-captcha-width280px
Description
Default width of the captcha.
$kendo-captcha-font-familyvar( --kendo-font-family, inherit )
Description
Font family of the captcha.
$kendo-captcha-font-sizevar( --kendo-font-size, inherit )
Description
Font size of the captcha.
$kendo-captcha-line-heightvar( --kendo-line-height, normal )
Description
Line height of the captcha.
$kendo-captcha-spacing$kendo-captcha-spacer
Description
Spacing of the captcha.
$kendo-captcha-bgvar( --kendo-component-bg, initial )
Description
Background color of the captcha.
$kendo-captcha-textvar( --kendo-component-text, initial )
Description
Text color of the captcha.
$kendo-captcha-bordervar( --kendo-component-border, initial )
Description
Border color of the captcha.
$kendo-captcha-image-wrap-spacing$kendo-captcha-spacer
Description
Spacing of the captcha image wrapper.
$kendo-captcha-image-controls-spacingmath.div( $kendo-captcha-spacer, 2 )
Description
Spacing of the captcha image controls.
$kendo-captcha-validation-offset-ymath.div( $kendo-captcha-spacer, 2 )
Description
Offset of the captcha validation text.
$kendo-captcha-validation-font-sizevar( --kendo-font-size-sm, inherit )
Description
Font-size of the captcha validation text.

In this article

Not finding the help you need?