mirror of
https://github.com/sissbruecker/linkding.git
synced 2025-08-13 13:39:27 +02:00
27 lines
390 B
CSS
27 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);
|
|
}
|
|
}
|