Files
talk/plugins/talk-plugin-auth/client/stream/components/SetUsernameDialog.css
T
2018-03-23 15:51:04 -03:00

35 lines
411 B
CSS

.yourusername {
display: block;
}
.header {
margin-bottom: 20px;
}
.header h1 {
text-align: center;
font-size: 1.2em;
}
.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;
}