SAT9/.resources/d7da1dfb17b8d0c6bd52978517fd7c400733e7413f3d86d9b285deffbead6a4c

38 lines
744 B
Plaintext

{
"base": {
"style": {
"backgroundColor": "#3779AE",
"boxShadow": "none",
"color": "#FAFAFA",
"margin": "5px"
}
},
"variants": [
{
"pseudo": "hover",
"animation": {
"duration": "0.2s",
"direction": "normal",
"iterationCount": "1",
"timingFunction": "ease",
"keyframes": {
"0%": {
"backgroundColor": "var(--info)",
"boxShadow": "none"
},
"100%": {
"backgroundColor": "#448BB7",
"boxShadow": "none"
}
}
}
},
{
"pseudo": "active",
"style": {
"backgroundColor": "var(--info)",
"boxShadow": "none"
}
}
]
}