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:
Diffstat (limited to 'sass/vaults.scss')
-rw-r--r--sass/vaults.scss12
1 files changed, 12 insertions, 0 deletions
diff --git a/sass/vaults.scss b/sass/vaults.scss
index 07c64ade..2af23141 100644
--- a/sass/vaults.scss
+++ b/sass/vaults.scss
@@ -90,8 +90,20 @@
margin-top: 10px;
}
}
+ .reset_form {
+ padding: 16px;
+ label{
+ margin-top: 20px;
+ display: block;
+ }
+ input[type="text"]{
+ width: 100%;
+
+ }
+ }
.login_opts{
margin-bottom: 10px;
+
}
}