BNA8/.resources/a21f24fdf2eaa8253c33351d78dd4c8f0ee62c037a2aac10bc840a8668459b12

30 lines
584 B
Plaintext

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