Remove old code

This commit is contained in:
Chi Vinh Le
2018-02-13 15:00:53 +01:00
parent d857585c7f
commit c54a8bdc4f
17 changed files with 341 additions and 856 deletions
@@ -0,0 +1,41 @@
.dialogusername {
border: none;
box-shadow: 0 9px 46px 8px rgba(0, 0, 0, 0.14), 0 11px 15px -7px rgba(0, 0, 0, 0.12), 0 24px 38px 3px rgba(0, 0, 0, 0.2);
width: 400px;
top: 10px;
}
.yourusername {
display: block;
}
.example {
display: block;
}
.ifyoudont {
display: block;
margin-top: 15px;
}
.saveusername {
display: block;
width: 100%;
}
.savebutton {
display: inline;
background-color: rgb(105,105,105);
color: white;
}
.fakeComment {
display: block;
margin-bottom: 5px;
}
.hint {
color: grey;
font-weight: 600;
padding: 3px 0 16px;
}