This commit is contained in:
Manav Rathi
2025-01-09 15:32:29 +05:30
parent a453668138
commit 15dbd9ee3e
2 changed files with 0 additions and 38 deletions

View File

@@ -14,22 +14,3 @@ body {
min-height: 100vh;
height: 100vh;
}
div.otp-input input {
width: 36px !important;
height: 36px;
margin: 0 10px;
}
div.otp-input input::placeholder {
opacity: 0;
}
div.otp-input input:not(:placeholder-shown),
div.otp-input input:focus {
border: 2px solid #51cd7c;
border-radius: 1px;
-webkit-transition: 0.5s;
transition: 0.5s;
outline: none;
}

View File

@@ -11,22 +11,3 @@ body {
display: flex;
flex-direction: column;
}
div.otp-input input {
width: 36px !important;
height: 36px;
margin: 0 10px;
}
div.otp-input input::placeholder {
opacity: 0;
}
div.otp-input input:not(:placeholder-shown),
div.otp-input input:focus {
border: 2px solid #51cd7c;
border-radius: 1px;
-webkit-transition: 0.5s;
transition: 0.5s;
outline: none;
}