Merge remote-tracking branch 'origin/ereali' into apommier
This commit is contained in:
commit
6d1cd933e2
@ -148,7 +148,7 @@ function QrCode () {
|
||||
<h1>Double Auth Validation</h1>
|
||||
<input
|
||||
onKeyDown={handleKeyPress}
|
||||
type="text"
|
||||
type="number"
|
||||
className="qr"
|
||||
placeholder="6 Digits Code"
|
||||
value={code}
|
||||
|
||||
@ -5,9 +5,13 @@
|
||||
background-color: black;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
input.qr::-webkit-outer-spin-button,
|
||||
input.qr::-webkit-inner-spin-button {
|
||||
-webkit-appearance: none;
|
||||
margin: 0;
|
||||
}
|
||||
input.qr{
|
||||
width: 20%;
|
||||
width: auto;
|
||||
border-radius: 5px;
|
||||
background-color: rgb(0, 0, 0);
|
||||
margin : 1%;
|
||||
|
||||
@ -80,6 +80,7 @@
|
||||
border-radius: 50%;
|
||||
border: thick;
|
||||
border-color: red;
|
||||
margin-left: 10px;
|
||||
/* border-image: linear-gradient(90deg, #5843e4, #5a0760); */
|
||||
|
||||
/* margin-top: 20px; */
|
||||
|
||||
Loading…
Reference in New Issue
Block a user