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>2016-09-24 21:16:57 +0300
committerbrantje <brantje@gmail.com>2016-09-24 21:16:57 +0300
commitb8e1ecc4909df46e930f6525116055e01adcfa5c (patch)
treeacd4d467c658418584ea801d70c8ec027d2bd3d4 /sass
parent39b64b6e87e41a852f88bfde8e374d1e821fcff1 (diff)
Add password strength scanner
Diffstat (limited to 'sass')
-rw-r--r--sass/app.scss1
-rw-r--r--sass/settings.scss7
2 files changed, 8 insertions, 0 deletions
diff --git a/sass/app.scss b/sass/app.scss
index 12af5678..cbb600da 100644
--- a/sass/app.scss
+++ b/sass/app.scss
@@ -9,6 +9,7 @@
@import 'credentials';
@import 'menu';
@import 'share_credential';
+@import 'settings';
#app-settings-content:not(.ng-hide) {
height: 60px;
diff --git a/sass/settings.scss b/sass/settings.scss
new file mode 100644
index 00000000..78a5aa20
--- /dev/null
+++ b/sass/settings.scss
@@ -0,0 +1,7 @@
+.scan-result-table{
+ margin-top: 10px;
+ .score{
+ padding-left: 0px;
+ padding-right: 15px;
+ }
+} \ No newline at end of file