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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user