@axa-ch/design-tokens
Version:
AXA Design Tokens
30 lines (29 loc) • 716 B
JSON
{
"shadow": {
"$comment": "Here we need to redundantly define 2 shadow offset values as long as https://github.com/tokens-studio/figma-plugin/issues/2052 is still open",
"base": {
"1": {
"value": {
"offsetX": "0px",
"offsetY": "1px",
"blur": "8px",
"spread": "0px",
"color": "rgba(0, 0, 0, 0.15)"
},
"transform": "shadow",
"type": "shadow"
},
"2": {
"value": {
"offsetX": "0px",
"offsetY": "1px",
"blur": "20px",
"spread": "0px",
"color": "rgba(0, 0, 0, 0.15)"
},
"transform": "shadow",
"type": "shadow"
}
}
}
}