mirror of
https://github.com/wassname/talk.git
synced 2026-08-13 12:40:11 +08:00
14 lines
200 B
CSS
14 lines
200 B
CSS
.editNameInput {
|
|
margin-top: 10px;
|
|
margin-bottom: 10px;
|
|
padding: 10px;
|
|
border-radius: 3px;
|
|
border: solid 1px #d8d8d8;
|
|
font-size: 0.9em;
|
|
}
|
|
|
|
.alert {
|
|
margin-top: 10px;
|
|
color: #B71C1C;
|
|
}
|