Captcha

The Captcha component distinguishes humans from bots by presenting a challenge that is difficult for computer programs.

Sass Variables

The Telerik and Kendo UI Captcha is a composite UI component. To configure and customize its appearance, use not only its dedicated Sass variables but also the Textbox Sass variables, as well as the Sass variables provided by the Button component.

VariableDefault ValueComputed ValueValue
kendo-captcha-spacerk-map-get( $kendo-spacing, 2 )8pxDefault: k-map-get( $kendo-spacing, 2 )Computed: 8px
Description: The spacer of the Captcha.
kendo-captcha-width280px280pxDefault: 280pxComputed: 280px
Description: The width of the Captcha.
kendo-captcha-font-family$kendo-font-familyinheritDefault: $kendo-font-familyComputed: inherit
Description: The font family of the Captcha.
kendo-captcha-font-size$kendo-font-size-md14pxDefault: $kendo-font-size-mdComputed: 14px
Description: The font size of the Captcha.
kendo-captcha-line-height$kendo-line-height-md1.4285714286Default: $kendo-line-height-mdComputed: 1.4285714286
Description: The line height of the Captcha.
kendo-captcha-gap$kendo-captcha-spacer8pxDefault: $kendo-captcha-spacerComputed: 8px
Description: The gap of the Captcha.
kendo-captcha-bg$kendo-component-bg #ffffffDefault: $kendo-component-bgComputed: #ffffff
Description: The background color of the Captcha.
kendo-captcha-text$kendo-component-bg #ffffffDefault: $kendo-component-bgComputed: #ffffff
Description: The text color of the Captcha.
kendo-captcha-border$kendo-component-bg #ffffffDefault: $kendo-component-bgComputed: #ffffff
Description: The border color of the Captcha.
kendo-captcha-image-wrap-gap$kendo-captcha-spacer8pxDefault: $kendo-captcha-spacerComputed: 8px
Description: The gap of the Captcha image wrapper.
kendo-captcha-image-controls-gap$kendo-captcha-spacer8pxDefault: $kendo-captcha-spacerComputed: 8px
Description: The gap of the Captcha image controls.
kendo-captcha-validation-message-margin-topk-math-div( $kendo-captcha-spacer, 2 )4pxDefault: k-math-div( $kendo-captcha-spacer, 2 )Computed: 4px
Description: The top margin of the Captcha validation message.
kendo-captcha-validation-message-font-size$kendo-font-size-sm12pxDefault: $kendo-font-size-smComputed: 12px
Description: The font size of the Captcha validation message.
kendo-captcha-validation-message-font-styleitalicitalicDefault: italicComputed: italic
Description: The font style of the Captcha validation message.