otp.html - Changed verify button

This commit is contained in:
Matthew Patrick 2021-09-24 14:07:47 +07:00
parent 86cd1fe138
commit 67ac75708c

View file

@ -136,6 +136,18 @@
width: 100%;
}
}
.verify-btn {
width: 100%;
background-color: darkred;
border-color: darkred;
border-radius: 100px;
}
.verify-btn:hover {
background-color: red;
border-color: red;
}
</style>
</head>