@open-formulieren/design-tokens
Version:
Design tokens for Open Forms
25 lines (24 loc) • 605 B
JSON
{
"utrecht": {
"unordered-list": {
"font-size": {},
"line-height": {},
"list-style-type": {"value": "disc"},
"margin-block-start": {"value": "12px"},
"margin-block-end": {"value": "20px"},
"margin-inline-start": {"value": "0"},
"padding-inline-start": {"value": "18px"},
"item": {
"margin-block-start": {"value": "4px"},
"margin-block-end": {},
"padding-inline-start": {"value": "0"}
},
"marker": {
"color": {}
},
"level-1": {
"list-style-type": {"value": "\"–\""}
}
}
}
}