mirror of
https://github.com/MetaProvide/talked-client.git
synced 2025-05-17 13:52:09 +00:00
13 lines
224 B
CSS
13 lines
224 B
CSS
.talked-admin.section {
|
|
border-top: 1px solid var(--color-border);
|
|
}
|
|
|
|
.talked-admin input {
|
|
margin-bottom: 1em;
|
|
}
|
|
|
|
.talked-admin input[type="text"],
|
|
.talked-admin input[type="password"] {
|
|
width: 480px;
|
|
display: block;
|
|
}
|