Add self-service profile email management
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user