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

25 lines
425 B
Plaintext

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