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
path: root/sass
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
parentabe26ea906badd13c896147f29b87f8575e9fed0 (diff)
Implement delete vault
Diffstat (limited to 'sass')
-rw-r--r--sass/credentials.scss4
-rw-r--r--sass/settings.scss3
2 files changed, 7 insertions, 0 deletions
diff --git a/sass/credentials.scss b/sass/credentials.scss
index 8ec81474..2e2a4377 100644
--- a/sass/credentials.scss
+++ b/sass/credentials.scss
@@ -517,4 +517,8 @@
}
.inputfile + label {
cursor: pointer; /* "hand" cursor */
+}
+
+.btn-danger{
+ color: #fff;
} \ No newline at end of file
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