mirror of
https://github.com/sissbruecker/linkding
synced 2024-11-22 19:33:05 +00:00
a02338cdec
* Improve and promote admin panel (#76) * Customize admin panel texts (#76) * Improve settings structure (#76) * Improve admin list consistency (#76) * Fix redirect URLs (#76) * Add admin tooltip (#76)
14 lines
204 B
SCSS
14 lines
204 B
SCSS
.settings-page {
|
|
section.content-area {
|
|
margin-bottom: 2rem;
|
|
|
|
h2 {
|
|
font-size: 1.0rem;
|
|
margin-bottom: 0.8rem;
|
|
}
|
|
}
|
|
|
|
.input-group > input[type=submit] {
|
|
height: auto;
|
|
}
|
|
}
|