Skip to content

Commit 87f998c

Browse files
committed
test: improving CSS of modals for more responsiveness
1 parent 2df43bf commit 87f998c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test/index.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,10 @@
55
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
66
<title>WebAuthn Local Client: Tests</title>
77
<style>
8-
.modal-btn { display: inline-block; color: white; background-color: black; border: 0; border-radius: 0.25em; font-size: 1rem; }
98
.toast-popup .swal2-html-container { white-space: nowrap; }
9+
.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; }
1012
ul { list-style-type: none; padding: 0; }
1113
ul li { margin: 0.7rem; }
1214
</style>

0 commit comments

Comments
 (0)