@axa-ch/design-tokens
Version:
AXA Design Tokens
36 lines (35 loc) • 874 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",
"x": "0px",
"y": "1px",
"blur": "8px",
"spread": "0px",
"color": "rgba(0, 0, 0, 0.15)",
"type": "dropShadow"
},
"transform": "shadow",
"type": "boxShadow"
},
"2": {
"value": {
"offsetX": "0px",
"offsetY": "1px",
"x": "0px",
"y": "1px",
"blur": "20px",
"spread": "0px",
"color": "rgba(0, 0, 0, 0.15)",
"type": "dropShadow"
},
"transform": "shadow",
"type": "boxShadow"
}
}
}
}