Implement bookmark import form

This commit is contained in:
Sascha Ißbrücker
2019-07-05 10:04:52 +02:00
parent 70f9fb9818
commit 7e9db1588f
8 changed files with 107 additions and 11 deletions

View File

@@ -0,0 +1,9 @@
.settings-page {
section.content-area {
margin-bottom: 2rem;
}
.input-group > input[type=submit] {
height: auto;
}
}