1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-16 08:13:42 +00:00

fixes for duo

This commit is contained in:
Kyle Spearrin
2018-06-11 12:58:56 -04:00
parent ba6451856a
commit d16f599db9
3 changed files with 16 additions and 6 deletions

View File

@@ -289,3 +289,14 @@ app-login {
display: block;
}
}
#duo-frame {
background: url('../images/loading.svg') 0 0 no-repeat;
height: 330px;
iframe {
width: 100%;
height: 100%;
border: none;
}
}