@open-formulieren/design-tokens
Version:
Design tokens for Open Forms
16 lines (15 loc) • 435 B
JSON
{
"utrecht": {
"form-field-description": {
"color": {"value": "{of.color.fg}"},
"font-family": {"value": "{of.typography.sans-serif.font-family}"},
"font-size": {"value": "{of.text.font-size}"},
"font-style": {"value": "normal"},
"invalid": {
"color": {"value": "{of.color.danger}"}
},
"margin-block-end": {"value": "0"},
"margin-block-start": {"value": "8px"}
}
}
}