format otp input fields
This commit is contained in:
parent
46ae7efa32
commit
749c654b4e
@ -25,13 +25,15 @@
|
|||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
|
justify-content: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
#login .digit {
|
#login .digit {
|
||||||
height: 3em;
|
height: 3em;
|
||||||
width: 14%;
|
width: 2em;
|
||||||
margin: 0 2px;
|
margin: 0 2px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
font-size: 1.5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
#login .digit:nth-of-type(4) {
|
#login .digit:nth-of-type(4) {
|
||||||
|
@ -32,13 +32,15 @@
|
|||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
margin: 20px 0;
|
margin: 20px 0;
|
||||||
|
justify-content: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
#login .digit {
|
#login .digit {
|
||||||
width: 3em;
|
width: 2em;
|
||||||
margin: 0 2px;
|
margin: 0 2px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
height: 4em;
|
height: 3em;
|
||||||
|
font-size: 1.5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
#login .digit:nth-of-type(4) {
|
#login .digit:nth-of-type(4) {
|
||||||
|
Loading…
Reference in New Issue
Block a user