@abgov/design-tokens
Version:
82 lines • 1.79 kB
JSON
{
"footer-border-bottom": {
"value": {
"width": "1rem",
"style": "solid",
"color": "{color.brand.default}"
},
"type": "border"
},
"footer-border-top": {
"value": {
"width": "{borderWidth.m}",
"style": "solid",
"color": "{color.greyscale.200}"
},
"type": "border"
},
"footer-color-bg": {
"value": "{color.greyscale.100}",
"type": "color"
},
"footer-color-links": {
"value": "{color.text.default}",
"type": "color"
},
"footer-color-links-hover": {
"value": "{color.greyscale.700}",
"type": "color"
},
"footer-color-links-secondary": {
"value": "{color.text.secondary}",
"type": "color"
},
"footer-color-links-secondary-hover": {
"value": "{color.greyscale.900}",
"type": "color"
},
"footer-link-focus": {
"value": {
"width": "{borderWidth.l}",
"style": "solid",
"color": "{color.interactive.focus}"
},
"type": "border"
},
"footer-padding-large-screen": {
"value": "{space.2xl} {space.3xl}",
"type": "spacing"
},
"footer-padding-medium-screen": {
"value": "{space.2xl} {space.xl}",
"type": "spacing"
},
"footer-padding-small-screen": {
"value": "{space.xl} {space.m}",
"type": "spacing"
},
"footer-size-logo-desktop": {
"value": "155px",
"type": "sizing"
},
"footer-size-logo-mobile": {
"value": "133px",
"type": "sizing"
},
"footer-size-logo-tablet": {
"value": "155px",
"type": "sizing"
},
"footer-typography-small-screen": {
"value": "{fontSize.3}",
"type": "other"
},
"footer-meta-links-gap": {
"value": "{space.l}",
"type": "spacing"
},
"footer-meta-links-gap-small-screen": {
"value": "20px",
"type": "spacing"
}
}