fix(shadcn): isolate Nexus CSS vars with --nx- prefix + admin password reset endpoint
CI - Build & Test / Backend (.NET) (push) Successful in 26s
CI - Build & Test / Frontend (Vue/TS) (push) Successful in 16s
CI - Build & Test / Security Check (push) Successful in 2s

This commit is contained in:
2026-06-11 10:06:53 +02:00
parent a538025049
commit b7b44494f0
59 changed files with 3267 additions and 1153 deletions
+3 -3
View File
@@ -231,7 +231,7 @@ async function changePassword() {
align-items: center;
gap: 0.4rem;
padding: 0.55rem 1rem;
background: var(--accent);
background: var(--nx-accent);
color: #fff;
border: none;
border-radius: 8px;
@@ -267,8 +267,8 @@ async function changePassword() {
.badge {
display: inline-block;
padding: 0.15rem 0.5rem;
background: var(--accent-soft);
color: var(--accent);
background: var(--nx-accent-soft);
color: var(--nx-accent);
border-radius: 4px;
font-size: 0.8rem;
text-transform: uppercase;