@amsterdam/design-system-tokens
Version:
All design tokens from the Amsterdam Design System. Use it to apply its visual design to your website or application.
27 lines (26 loc) • 951 B
JSON
{
"ams": {
"accordion": {
"gap": { "value": "{ams.space.m}" },
"button": {
"color": { "value": "{ams.color.interactive.default}" },
"cursor": { "value": "{ams.cursor.interactive}" },
"font-family": { "value": "{ams.typography.font-family}" },
"font-size": { "value": "{ams.typography.heading.4.font-size}" },
"font-weight": { "value": "{ams.typography.heading.font-weight}" },
"gap": { "value": "{ams.space.s}" },
"line-height": { "value": "{ams.typography.heading.4.line-height}" },
"outline-offset": { "value": "{ams.focus.outline-offset}" },
"padding-block": { "value": "{ams.space.s}" },
"padding-inline": { "value": "0" },
"hover": {
"color": { "value": "{ams.color.interactive.hover}" }
}
},
"panel": {
"padding-block": { "value": "0" },
"padding-inline": { "value": "0" }
}
}
}
}