@open-formulieren/design-tokens
Version:
Design tokens for Open Forms
24 lines (23 loc) • 602 B
JSON
{
"of": {
"helptext": {
"bg": {"value": "#d3e3ec"},
"fg": {"value": "{of.color.fg}"}
},
"utrecht-form-field-description": {
"$extensions": {
"dte.metadata": {
"groupDescription": "Open Forms extensions of utrecht-form-field-description"
}
},
"background-color": {"value": "#d3e3ec"},
"border-left": {
"color": {"value": "{of.color.info}"},
"width": {"value": "4px"}
},
"line-height": {"value": "1.5"},
"padding-block": {"value": "11px"},
"padding-inline": {"value": "16px"}
}
}
}