mirror of
https://github.com/wassname/talk.git
synced 2026-06-28 23:58:38 +08:00
15 lines
166 B
CSS
15 lines
166 B
CSS
.message {
|
|
background: #D8D8D8;
|
|
padding: 25px;
|
|
}
|
|
|
|
.editNameInput {
|
|
margin-top: 10px;
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
.alert {
|
|
margin-top: 10px;
|
|
color: #B71C1C;
|
|
}
|