updtae Demo2FaExample,

This commit is contained in:
louiscklaw
2025-06-08 18:40:35 +08:00
parent 5be77aae23
commit 657c652657
17 changed files with 723 additions and 131 deletions

View File

@@ -0,0 +1,30 @@
.logo {
height: 4rem;
width: auto;
}
.keypadButton {
--background: none;
--color: black;
font-size: 2rem;
font-weight: 700;
--outline: none;
--border: none;
--box-shadow: none;
padding: none;
margin: none;
--background-hover: rgb(245, 245, 245) !important;
--background-focused: rgb(245, 245, 245) !important;
--background-activated: rgb(245, 245, 245) !important;
}
.smallKeypadButton {
font-size: 1.4rem;
margin-top: 1rem;
}
.keypad {
bottom: 0;
position: absolute;
width: 100%;
}