Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/passman.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbrantje <brantje@gmail.com>2017-01-12 01:55:28 +0300
committerbrantje <brantje@gmail.com>2017-01-12 02:17:23 +0300
commita8ae7e0bdaf9c88a05df4f7de26292baa7c03736 (patch)
tree8de1e153e1ae70e74f971a18768bdccd090d3b3f /sass/settings.scss
parentabe26ea906badd13c896147f29b87f8575e9fed0 (diff)
Implement delete vault
Diffstat (limited to 'sass/settings.scss')
-rw-r--r--sass/settings.scss3
1 files changed, 3 insertions, 0 deletions
diff --git a/sass/settings.scss b/sass/settings.scss
index b93d6351..50461947 100644
--- a/sass/settings.scss
+++ b/sass/settings.scss
@@ -37,4 +37,7 @@
width: 90%;
height: 200px;
}
+}
+.tab_container.settings{
+ margin-bottom: 50px;
} \ No newline at end of file