New to Kendo UI for Angular? Start a free 30-day trial
Customizing Captcha
Variables
The following table lists the available variables for customization.
Name | Type | Default value | Computed value |
---|---|---|---|
$kendo-captcha-spacer | map.get( $kendo-spacing, 2 ) | ||
Description
Spacer of the captcha. | |||
$kendo-captcha-width | 280px | ||
Description
Default width of the captcha. | |||
$kendo-captcha-font-family | var( --kendo-font-family, inherit ) | ||
Description
Font family of the captcha. | |||
$kendo-captcha-font-size | var( --kendo-font-size, inherit ) | ||
Description
Font size of the captcha. | |||
$kendo-captcha-line-height | var( --kendo-line-height, normal ) | ||
Description
Line height of the captcha. | |||
$kendo-captcha-spacing | $kendo-captcha-spacer | ||
Description
Spacing of the captcha. | |||
$kendo-captcha-bg | var( --kendo-component-bg, initial ) | ||
Description
Background color of the captcha. | |||
$kendo-captcha-text | var( --kendo-component-text, initial ) | ||
Description
Text color of the captcha. | |||
$kendo-captcha-border | var( --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-spacing | math.div( $kendo-captcha-spacer, 2 ) | ||
Description
Spacing of the captcha image controls. | |||
$kendo-captcha-validation-offset-y | math.div( $kendo-captcha-spacer, 2 ) | ||
Description
Offset of the captcha validation text. | |||
$kendo-captcha-validation-font-size | var( --kendo-font-size-sm, inherit ) | ||
Description
Font-size of the captcha validation text. |