2026-04-24 FE Backup

This commit is contained in:
2026-04-24 12:37:16 +00:00
parent ace79b82f7
commit 0ba11a23b8
3705 changed files with 1240402 additions and 0 deletions

View File

@@ -0,0 +1,22 @@
{
"base": {
"style": {
"backgroundColor": "var(--icon)",
"borderStyle": "none",
"borderTopLeftRadius": "50%",
"borderTopRightRadius": "50%",
"borderBottomLeftRadius": "50%",
"borderBottomRightRadius": "50%",
"color": "var(--neutral-10)"
}
},
"variants": [
{
"pseudo": "hover",
"style": {
"backgroundColor": "var(--neutral-60)",
"boxShadow": "rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px !important"
}
}
]
}