1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-18 09:13:33 +00:00

added password generator tool

This commit is contained in:
Kyle Spearrin
2018-06-20 18:16:20 -04:00
parent 7979953f33
commit 367104f0a7
11 changed files with 262 additions and 8 deletions

View File

@@ -159,7 +159,7 @@ body {
@include border-radius($modal-content-border-radius);
}
form label:not(.form-check-label) {
label:not(.form-check-label) {
font-weight: bold;
}
@@ -296,6 +296,33 @@ app-login {
}
}
app-password-generator {
#lengthRange {
width: 100%;
}
.card-password {
span {
word-break: break-all;
display: block;
text-align: center;
font-size: $font-size-lg;
font-family: $font-family-monospace;
}
}
}
app-password-generator-history {
.list-group-item {
line-height: 1;
.password {
word-break: break-all;
font-family: $font-family-monospace;
}
}
}
#duo-frame {
background: url('../images/loading.svg') 0 0 no-repeat;
height: 330px;