1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-18 09:13:33 +00:00

duo 2fa config and login with web sdk

This commit is contained in:
Kyle Spearrin
2017-06-21 15:17:44 -04:00
parent 2f3035a08f
commit ca9a0b072e
14 changed files with 262 additions and 12 deletions

View File

@@ -560,3 +560,24 @@ h1, h2, h3, h4, h5, h6 {
background-position: -73px -88px;
}
}
#duoFrameWrapper {
margin: 0 -36px 10px -36px;
background: ~"url('../images/loading.svg') 0 0 no-repeat";
@media (min-width: 360px) {
margin: 0 -10px 10px -10px;
}
@media (min-width: @screen-sm) {
margin: 0 0 10px;
}
iframe {
width: 100%;
min-width: 304px;
max-width: 620px;
height: 500px;
border: none;
}
}