Customizing Captcha

Variables

The following table lists the available variables for customization.

NameTypeDefault valueComputed value
$kendo-captcha-spacerStringk-spacing(2)var(--kendo-spacing-2, 0.5rem)
Description
The spacer of the Captcha.
$kendo-captcha-widthNumber335px335px
Description
The width of the Captcha.
$kendo-captcha-font-familyStringvar( --kendo-font-family, inherit )var(--kendo-font-family, inherit)
Description
The font family of the Captcha.
$kendo-captcha-font-sizeStringvar( --kendo-font-size, inherit )var(--kendo-font-size, inherit)
Description
The font size of the Captcha.
$kendo-captcha-line-heightStringvar( --kendo-line-height, normal )var(--kendo-line-height, normal)
Description
The line height of the Captcha.
$kendo-captcha-gapString$kendo-captcha-spacervar(--kendo-spacing-2, 0.5rem)
Description
The gap of the Captcha.
$kendo-captcha-bgString$kendo-component-bgvar(--kendo-color-surface-alt, #ffffff)
Description
The background color of the Captcha.
$kendo-captcha-textString$kendo-component-bgvar(--kendo-color-surface-alt, #ffffff)
Description
The text color of the Captcha.
$kendo-captcha-borderString$kendo-component-bgvar(--kendo-color-surface-alt, #ffffff)
Description
The border color of the Captcha.
$kendo-captcha-image-wrap-gapString$kendo-captcha-spacervar(--kendo-spacing-2, 0.5rem)
Description
The gap of the Captcha image wrapper.
$kendo-captcha-image-controls-gapString$kendo-captcha-spacervar(--kendo-spacing-2, 0.5rem)
Description
The gap of the Captcha image controls.
$kendo-captcha-validation-message-margin-topCalculationcalc( #{$kendo-captcha-spacer} / 2 )calc(var(--kendo-spacing-2, 0.5rem) / 2)
Description
The top margin of the Captcha validation message.
$kendo-captcha-validation-message-font-sizeStringvar( --kendo-font-size-sm, inherit )var(--kendo-font-size-sm, inherit)
Description
The font size of the Captcha validation message.
$kendo-captcha-validation-message-font-styleStringitalicitalic
Description
The font style of the Captcha validation message.

In this article

Not finding the help you need?