1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-17 16:53:34 +00:00

password generator

This commit is contained in:
Kyle Spearrin
2018-01-29 16:13:37 -05:00
parent 5914240838
commit ce84e8e428
11 changed files with 276 additions and 54 deletions

View File

@@ -1,5 +1,13 @@
@import "variables.scss";
.text-primary {
color: $brand-primary !important;
}
.text-muted {
color: $text-muted !important;
}
.monospaced {
font-family: $font-family-monospace;
}
@@ -69,3 +77,14 @@
}
}
}
.password-block {
font-size: $font-size-large;
word-break: break-all;
font-family: $font-family-monospace;
text-align: center;
.modal-body & {
margin-top: 10px;
}
}