30 lines
584 B
JSON
30 lines
584 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
]
|
|
} |