mirror of
https://github.com/sissbruecker/linkding
synced 2024-11-10 06:04:15 +00:00
bca9bf9b11
* 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
17 lines
235 B
SCSS
17 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;
|
|
}
|
|
}
|