diff --git a/bookmarks/styles/index.scss b/bookmarks/styles/index.scss index 986cf45..b86c22e 100644 --- a/bookmarks/styles/index.scss +++ b/bookmarks/styles/index.scss @@ -22,4 +22,5 @@ $alternative-color-dark: darken($alternative-color, 5%); @import "util"; @import "shared"; @import "bookmarks"; +@import "settings"; @import "login"; diff --git a/bookmarks/styles/settings.scss b/bookmarks/styles/settings.scss new file mode 100644 index 0000000..11415de --- /dev/null +++ b/bookmarks/styles/settings.scss @@ -0,0 +1,9 @@ +.settings-page { + section.content-area { + margin-bottom: 2rem; + } + + .input-group > input[type=submit] { + height: auto; + } +} diff --git a/bookmarks/templates/settings/index.html b/bookmarks/templates/settings/index.html new file mode 100644 index 0000000..f30bf70 --- /dev/null +++ b/bookmarks/templates/settings/index.html @@ -0,0 +1,47 @@ +{% extends "bookmarks/layout.html" %} + +{% block content %} +
Import bookmarks and tags in the Netscape HTML format. This will execute a sync where new bookmarks are + added and existing ones are updated.
+