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

two-factor support in browser extensions

This commit is contained in:
Kyle Spearrin
2017-06-26 15:37:15 -04:00
parent 981fd22ce5
commit 7815af24e5
11 changed files with 748 additions and 19 deletions

View File

@@ -493,3 +493,16 @@
width: 100%;
}
}
#duoFrameWrapper {
background: ~"url('../../images/loading.svg') 0 0 no-repeat";
width: 100%;
height: 100%;
iframe {
width: 100%;
height: 100%;
border: none;
margin-bottom: -5px;
}
}