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-02-19 17:13:40 +0300
committerbrantje <brantje@gmail.com>2017-02-22 20:02:55 +0300
commit514cb569fba1ee7333f49d8adc4b7be6b52497b4 (patch)
tree6ba17ac4c2393d4d0ef50bcfefa6816427dbb18a /sass
parentca4f6dfeaf033a9161294ccf6999b96decf69bcd (diff)
Add feature to move vaults to other account
Diffstat (limited to 'sass')
-rw-r--r--sass/admin.scss12
1 files changed, 12 insertions, 0 deletions
diff --git a/sass/admin.scss b/sass/admin.scss
new file mode 100644
index 00000000..259ad564
--- /dev/null
+++ b/sass/admin.scss
@@ -0,0 +1,12 @@
+#passwordSharingSettings{
+ #mover{
+ table{
+ td{
+ padding: 5px;
+ }
+ }
+ input[type="text"]{
+ width: 350px;
+ }
+ }
+} \ No newline at end of file