Adding withChangeUsername to plugin hocs, wip and more

This commit is contained in:
okbel
2018-04-24 14:13:24 -03:00
parent 01ad397561
commit 89114ecd13
5 changed files with 86 additions and 0 deletions
@@ -0,0 +1,20 @@
.container {
margin-bottom: 20px;
}
.email {
margin: 0;
}
.username {
margin-bottom: 4px;
}
.actions {
position: absolute;
top: 10px;
right: 10px;
display: flex;
flex-direction: column;
align-items: center;
}