user name changes: require confirmation of new name.

This commit is contained in:
evazion
2019-09-25 22:16:06 -05:00
parent 07f706e75f
commit eff6480699
5 changed files with 7 additions and 31 deletions

View File

@@ -1,25 +0,0 @@
#c-user-name-change-requests {
.feedback-category-positive {
background: var(--success-background-color);
}
.feedback-category-negative {
background: var(--error-background-color);
}
li {
margin-bottom: 1em;
}
form {
margin-bottom: 2em;
}
p {
margin: 0;
}
section {
margin-bottom: 1em;
}
}