mirror of
https://github.com/sissbruecker/linkding
synced 2024-11-10 06:04:15 +00:00
26 lines
390 B
CSS
26 lines
390 B
CSS
.settings-page {
|
|
section.content-area {
|
|
margin-bottom: var(--unit-10);
|
|
|
|
h2 {
|
|
margin-bottom: var(--unit-3);
|
|
}
|
|
}
|
|
|
|
textarea.monospace {
|
|
font-family: monospace;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.input-group > input[type="submit"] {
|
|
height: auto;
|
|
}
|
|
|
|
section.about table {
|
|
max-width: 400px;
|
|
}
|
|
|
|
& .form-group {
|
|
margin-bottom: var(--unit-4);
|
|
}
|
|
}
|