1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-18 01:03:35 +00:00

loading styles

This commit is contained in:
Kyle Spearrin
2018-07-06 16:36:51 -04:00
parent 417743ccdd
commit 15cc46bba5
5 changed files with 24 additions and 13 deletions

View File

@@ -382,15 +382,6 @@ app-vault-groupings, app-org-vault-groupings {
}
}
app-login {
img {
width: 284px;
height: 43px;
margin: 0 auto;
display: block;
}
}
app-password-generator {
#lengthRange {
width: 100%;
@@ -652,3 +643,10 @@ app-user-billing {
}
}
}
img.logo {
width: 284px;
height: 43px;
margin: 0 auto;
display: block;
}