1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-14 23:33:31 +00:00

password generator from vault add/edit

This commit is contained in:
Kyle Spearrin
2016-09-19 22:24:55 -04:00
parent 6ef3ff9f4d
commit e5c58c12fe
8 changed files with 89 additions and 18 deletions

View File

@@ -284,6 +284,12 @@
}
}
.fa-chevron-right {
float: right;
margin-top: 3px;
color: @gray-light;
}
&.condensed {
padding: 3px 10px;
@@ -359,4 +365,5 @@
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
font-family: @font-family-monospace;
}