Add self-service profile email management
Magent CI/CD / verify (push) Canceled after 10m22s
Magent CI/CD / deploy-prod (push) Canceled after 0s
Magent CI/CD / deploy-beta (push) Canceled after 0s

This commit is contained in:
2026-09-01 22:26:53 +12:00
parent c6d449dc17
commit ded794a819
4 changed files with 208 additions and 0 deletions
+28
View File
@@ -5943,6 +5943,34 @@ textarea {
margin: 0;
}
.profile-contact-card {
align-items: center;
}
.profile-contact-form {
display: grid;
gap: 8px;
width: min(100%, 440px);
}
.profile-contact-form label {
display: grid;
gap: 5px;
}
.profile-contact-form label > span {
color: var(--muted);
font-size: 0.72rem;
font-weight: 800;
letter-spacing: 0.05em;
text-transform: uppercase;
}
.profile-contact-form .status-banner,
.profile-contact-form .error-banner {
margin: 0;
}
.profile-invites-section {
display: grid;
gap: 12px;