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

25 lines
425 B
Plaintext

{
"base": {
"style": {
"backgroundColor": "var(--success)",
"borderStyle": "none",
"boxShadow": "none",
"margin": "5px",
"textTransform": "uppercase"
}
},
"variants": [
{
"pseudo": "hover",
"style": {
"backgroundColor": "var(--success)"
}
},
{
"pseudo": "active",
"style": {
"color": "var(--neutral-30)"
}
}
]
}