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,24 @@
{
"base": {
"style": {
"overflow": "hidden"
}
},
"variants": [
{
"pseudo": "hover",
"style": {
"backgroundColor": "#00000010",
"borderColor": "#00000020",
"borderStyle": "solid",
"borderWidth": "0.6px",
"borderTopLeftRadius": "4px",
"borderTopRightRadius": "4px",
"borderBottomLeftRadius": "4px",
"borderBottomRightRadius": "4px",
"cursor": "pointer",
"overflow": "hidden"
}
}
]
}