8
0
Fork 1

format otp input fields

Dieser Commit ist enthalten in:
Daniel Seifert 2022-11-23 22:25:33 +01:00
Ursprung 46ae7efa32
Commit 749c654b4e
Signiert von: DanielS
GPG-Schlüssel-ID: 6A513E13AEE66170
2 geänderte Dateien mit 7 neuen und 3 gelöschten Zeilen

Datei anzeigen

@ -25,13 +25,15 @@
display: flex;
flex-direction: row;
margin-bottom: 10px;
justify-content: center;
}
#login .digit {
height: 3em;
width: 14%;
width: 2em;
margin: 0 2px;
text-align: center;
font-size: 1.5em;
}
#login .digit:nth-of-type(4) {

Datei anzeigen

@ -32,13 +32,15 @@
display: flex;
flex-direction: row;
margin: 20px 0;
justify-content: center;
}
#login .digit {
width: 3em;
width: 2em;
margin: 0 2px;
text-align: center;
height: 4em;
height: 3em;
font-size: 1.5em;
}
#login .digit:nth-of-type(4) {