CSS variables
| Expand or collapse column | Selector | Variable | Value | |
|---|---|---|---|---|
| .pf-v6-c-number-input | --pf-v6-c-number-input__unit--c-input-group--MarginInlineStart | 0.5rem | ||
| ||||
| .pf-v6-c-number-input | --pf-v6-c-number-input__icon--FontSize | 0.75rem | ||
| ||||
| .pf-v6-c-number-input | --pf-v6-c-number-input--c-form-control--width-base | calc(1rem * 2 + 1px * 2) | ||
| ||||
| .pf-v6-c-number-input | --pf-v6-c-number-input--c-form-control--width-icon | 2rem | ||
| ||||
| .pf-v6-c-number-input | --pf-v6-c-number-input--c-form-control--width-chars | 4 | ||
| .pf-v6-c-number-input | --pf-v6-c-number-input--c-form-control--Width | calc(
calc(
calc(1rem * 2 + 1px * 2) + 4 * 1ch
) + 2rem
) | ||
| ||||
