Global CSS API: Controls - Description
The following CSS custom properties are used for the control description UI, which includes field, validation, and consent descriptions.
Description Base
Properties used for base control description UI.
| Property | Description | Default |
|---|---|---|
| --gf-ctrl-desc-color | Color. | var(--gf-color-out-ctrl-dark) |
| --gf-ctrl-desc-font-family | Font family. | var(--gf-font-family-tertiary) |
| --gf-ctrl-desc-font-size | Font size. | var(--gf-font-size-tertiary) |
| --gf-ctrl-desc-font-style | Font style. | var(--gf-font-style-tertiary) |
| --gf-ctrl-desc-font-weight | Font weight. | var(--gf-font-weight-tertiary) |
| --gf-ctrl-desc-letter-spacing | Letter spacing. | var(--gf-letter-spacing-tertiary) |
| --gf-ctrl-desc-line-height | Line height. | var(--gf-line-height-tertiary) |
Validation Description
Properties used for control validation description UI.
| Property | Description | Default |
|---|---|---|
| --gf-ctrl-desc-color-error | Color. | var(--gf-color-danger) |
| --gf-ctrl-desc-font-family-error | Font family. | var(--gf-ctrl-desc-font-family) |
| --gf-ctrl-desc-font-size-error | Font size. | var(--gf-ctrl-desc-font-size) |
| --gf-ctrl-desc-font-style-error | Font style. | var(--gf-ctrl-desc-font-style) |
| --gf-ctrl-desc-font-weight-error | Font weight. | var(--gf-ctrl-desc-font-weight) |
| --gf-ctrl-desc-letter-spacing-error | Letter spacing. | var(--gf-ctrl-desc-letter-spacing) |
| --gf-ctrl-desc-line-height-error | Line height. | var(--gf-ctrl-desc-line-height) |
Consent Description
Properties used for consent field control description UI.
| Property | Description | Default |
|---|---|---|
| --gf-ctrl-desc-border-color-consent | Border color. | var(--gf-color-out-ctrl-light-darker) |
| --gf-ctrl-desc-border-color-consent-focus | Border color when focused. | var(--gf-ctrl-border-color-focus) |
| --gf-ctrl-desc-border-style-consent | Border style. | solid |
| --gf-ctrl-desc-border-width-consent | Border width. | 1px |
| --gf-ctrl-desc-max-height-consent | Maximum height. | 456px |