mirror of
https://github.com/sissbruecker/linkding.git
synced 2025-08-11 04:37:54 +02:00

* Replace flexbox grid with CSS grid * Update new and edit forms * Update settings views * Update auth views * Fix margin in menu * Remove unused Spectre modules * Simplify navbar * Reuse CSS variables * Fix grid gap on small screen sizes * Simplify grid system * Improve section headers * Restructure SASS files * Cleanup base styles * Update test
18 lines
235 B
SCSS
18 lines
235 B
SCSS
.settings-page {
|
|
section.content-area {
|
|
margin-bottom: $unit-12;
|
|
|
|
h2 {
|
|
margin-bottom: $unit-4;
|
|
}
|
|
}
|
|
|
|
.input-group > input[type=submit] {
|
|
height: auto;
|
|
}
|
|
|
|
section.about table {
|
|
max-width: 500px;
|
|
}
|
|
}
|