1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-20 18:23:31 +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

@@ -112,6 +112,19 @@
.inner-content {
min-width: 400px;
}
.box {
max-width: 550px;
margin: 30px auto 0 auto;
&:first-child {
margin-top: 10px;
}
&:last-child {
margin-bottom: 30px;
}
}
}
#groupings, #items, #details {
@@ -262,13 +275,14 @@
button {
margin-right: 10px;
&.right {
margin-left: auto;
}
&:last-child {
margin-right: 0;
}
}
.right {
margin-left: auto;
display: flex;
}
}
}