We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2df43bf commit 87f998cCopy full SHA for 87f998c
test/index.html
@@ -5,8 +5,10 @@
5
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6
<title>WebAuthn Local Client: Tests</title>
7
<style>
8
-.modal-btn { display: inline-block; color: white; background-color: black; border: 0; border-radius: 0.25em; font-size: 1rem; }
9
.toast-popup .swal2-html-container { white-space: nowrap; }
+.swal2-popup { font-size: 3vw; }
10
+.swal2-popup .swal2-html-container { font-size: unset !important; }
11
+.swal2-popup .modal-btn { display: inline-block; color: white; background-color: black; border: 0; border-radius: 0.25em; font-size: 1em !important; }
12
ul { list-style-type: none; padding: 0; }
13
ul li { margin: 0.7rem; }
14
</style>
0 commit comments