Upload of projects and themes

This commit is contained in:
2026-02-17 18:14:44 +00:00
parent 00ee2e1ee1
commit c7730b9da4
302 changed files with 24019 additions and 2 deletions

View File

@@ -0,0 +1,16 @@
{
"scope": "G",
"version": 1,
"restricted": false,
"overridable": true,
"files": [
"style.json"
],
"attributes": {
"lastModificationSignature": "3a60347d4be5f9e866306b67b0122fc8ec4fb2c4ecdea9e212b3b72571693f8b",
"lastModification": {
"actor": "Prime",
"timestamp": "2026-01-30T20:21:01Z"
}
}
}

View File

@@ -0,0 +1,20 @@
{
"base": {
"style": {
"backgroundColor": "var(--container)",
"borderColor": "var(--neutral-30)",
"borderStyle": "solid",
"borderWidth": "1px",
"borderTopLeftRadius": "var(--border-radius)",
"borderTopRightRadius": "var(--border-radius)",
"borderBottomLeftRadius": "var(--border-radius)",
"borderBottomRightRadius": "var(--border-radius)",
"boxShadow": "var(--box-shadow-2)",
"overflow": "visible",
"paddingBottom": "var(--space-sm)",
"paddingLeft": "var(--space-sm)",
"paddingRight": "var(--space-sm)",
"paddingTop": "var(--space-sm)"
}
}
}