SAT9/.resources/e7c2d80b0d465d713b01e431f3ac941b855019e27dbbbb9768c2bab31febe3c6
2025-04-18 19:44:27 +04:00

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)"
}
}
}
}
]
}