@open-formulieren/design-tokens
Version:
Design tokens for Open Forms
33 lines (32 loc) • 827 B
JSON
{
"utrecht": {
"data-list": {
"margin-block-end": {"value": "0"},
"margin-block-start": {"value": "0"},
"item-key": {
"color": {"value": "{of.color.fg}"},
"font-size": {"value": "1rem"},
"font-weight": {"value": 700},
"line-height": {"value": "1.5"}
},
"item-value": {
"color": {"value": "{of.color.fg}"},
"font-size": {"value": "1rem"},
"font-weight": {"value": 400},
"line-height": {"value": "1.5"}
},
"rows": {
"column": {
"inline-size": {"value": "80%"},
"min-inline-size": {"value": "25ch"}
},
"item": {
"margin-block-start": {"value": "16px"}
},
"item-value": {
"margin-block-start": {"value": "0"}
}
}
}
}
}