mirror of
https://github.com/sissbruecker/linkding
synced 2024-11-10 06:04:15 +00:00
21 lines
292 B
SCSS
21 lines
292 B
SCSS
.settings-page {
|
|
section.content-area {
|
|
margin-bottom: $unit-10;
|
|
|
|
h2 {
|
|
margin-bottom: $unit-3;
|
|
}
|
|
}
|
|
|
|
textarea.custom-css {
|
|
font-family: monospace;
|
|
}
|
|
|
|
.input-group > input[type=submit] {
|
|
height: auto;
|
|
}
|
|
|
|
section.about table {
|
|
max-width: 500px;
|
|
}
|
|
}
|