Files
Stream_PHX_A7/Gateways/FE/projects/.resources/cfe11f18141d02759bdba83b0d30831d563849d42c057ee68d1de30e17c6d3c5

28 lines
545 B
Plaintext

{
"base": {
"style": {
"backgroundColor": "var(--neutral-10)",
"borderColor": "var(--neutral-100)",
"borderStyle": "solid",
"borderWidth": "1px",
"fontWeight": "normal"
}
},
"variants": [
{
"pseudo": "hover",
"animation": {
"duration": "0.2s",
"direction": "normal",
"iterationCount": "1",
"timingFunction": "ease",
"keyframes": {
"0%": {},
"100%": {
"borderWidth": "2px"
}
}
}
}
]
}