Merge pull request #2066 from coreos-inc/select-username

Add support for temp usernames and an interstitial to confirm username
This commit is contained in:
josephschorr 2016-11-03 16:22:16 -04:00 committed by GitHub
commit 233b2be5c2
18 changed files with 388 additions and 24 deletions

View file

@ -0,0 +1,25 @@
.update-user p {
margin-top: 20px;
}
.update-user .username-status {
margin-left: 10px;
font-size: 125%;
vertical-align: middle;
}
.update-user .username-status .fa {
margin-right: 4px;
}
.update-user i.fa-exclamation-triangle {
color: #FCA657;
}
.update-user i.fa-check-circle {
color: #2FC98E;
}
.update-user i.fa-ban {
color: #D64456;
}