33 lines
704 B
Plaintext
33 lines
704 B
Plaintext
{
|
|
"base": {
|
|
"style": {
|
|
"backgroundColor": "var(--neutral-10)",
|
|
"borderColor": "var(--error)",
|
|
"borderStyle": "solid",
|
|
"borderWidth": "1px",
|
|
"boxShadow": "none",
|
|
"color": "var(--error)",
|
|
"fontWeight": "normal",
|
|
"margin": "5px",
|
|
"textTransform": "uppercase",
|
|
"fill": "var(--error)"
|
|
}
|
|
},
|
|
"variants": [
|
|
{
|
|
"pseudo": "hover",
|
|
"animation": {
|
|
"duration": "0.2s",
|
|
"direction": "normal",
|
|
"iterationCount": "1",
|
|
"timingFunction": "ease",
|
|
"keyframes": {
|
|
"0%": {},
|
|
"100%": {
|
|
"backgroundColor": "var(--neutral-20)"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
]
|
|
} |