mirror of
https://github.com/wassname/talk.git
synced 2026-06-29 20:18:04 +08:00
41 lines
477 B
CSS
41 lines
477 B
CSS
.header {
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
.header h1 {
|
|
text-align: center;
|
|
font-size: 1.2em;
|
|
}
|
|
|
|
.hint {
|
|
color: grey;
|
|
font-weight: 600;
|
|
padding: 3px 0 16px;
|
|
}
|
|
|
|
.action {
|
|
margin-top: 0px;
|
|
}
|
|
|
|
.button {
|
|
margin-top: 10px;
|
|
background-color: #2a2a2a;
|
|
}
|
|
|
|
.footer {
|
|
margin: 20px auto 10px;
|
|
text-align: center;
|
|
}
|
|
|
|
.footer span {
|
|
display: block;
|
|
margin-bottom: 5px;
|
|
}
|
|
|
|
.footer a {
|
|
color: #2c69b6;
|
|
cursor: pointer;
|
|
margin: 0 5px;
|
|
}
|
|
|