refactor: Admin-Layout komplett entfernt — SDK als einziges Layout
All checks were successful
CI / go-lint (push) Has been skipped
CI / python-lint (push) Has been skipped
CI / nodejs-lint (push) Has been skipped
CI / test-go-ai-compliance (push) Successful in 32s
CI / test-python-backend-compliance (push) Successful in 31s
CI / test-python-document-crawler (push) Successful in 21s
CI / test-python-dsms-gateway (push) Successful in 19s
All checks were successful
CI / go-lint (push) Has been skipped
CI / python-lint (push) Has been skipped
CI / nodejs-lint (push) Has been skipped
CI / test-go-ai-compliance (push) Successful in 32s
CI / test-python-backend-compliance (push) Successful in 31s
CI / test-python-document-crawler (push) Successful in 21s
CI / test-python-dsms-gateway (push) Successful in 19s
Kaputtes (admin) Layout geloescht (Role-Selection, 404-Sidebar, localhost-Dashboard). SDK-Flow nach /sdk/sdk-flow verschoben. Route-Gruppe (sdk) aufgeloest. Root-Seite redirected auf /sdk. ~25 ungenutzte Dateien/Verzeichnisse entfernt. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -34,55 +34,3 @@
|
||||
outline-offset: 2px;
|
||||
}
|
||||
|
||||
/* Category color utilities */
|
||||
@layer utilities {
|
||||
.bg-category-compliance {
|
||||
@apply bg-compliance-100;
|
||||
}
|
||||
.border-category-compliance {
|
||||
@apply border-compliance-300;
|
||||
}
|
||||
.text-category-compliance {
|
||||
@apply text-compliance-700;
|
||||
}
|
||||
|
||||
.bg-category-ai {
|
||||
@apply bg-ai-100;
|
||||
}
|
||||
.border-category-ai {
|
||||
@apply border-ai-300;
|
||||
}
|
||||
.text-category-ai {
|
||||
@apply text-ai-700;
|
||||
}
|
||||
|
||||
.bg-category-infrastructure {
|
||||
@apply bg-infrastructure-100;
|
||||
}
|
||||
.border-category-infrastructure {
|
||||
@apply border-infrastructure-300;
|
||||
}
|
||||
.text-category-infrastructure {
|
||||
@apply text-infrastructure-700;
|
||||
}
|
||||
|
||||
.bg-category-communication {
|
||||
@apply bg-communication-100;
|
||||
}
|
||||
.border-category-communication {
|
||||
@apply border-communication-300;
|
||||
}
|
||||
.text-category-communication {
|
||||
@apply text-communication-700;
|
||||
}
|
||||
|
||||
.bg-category-development {
|
||||
@apply bg-development-100;
|
||||
}
|
||||
.border-category-development {
|
||||
@apply border-development-300;
|
||||
}
|
||||
.text-category-development {
|
||||
@apply text-development-700;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user