mirror of
https://gitlab.com/nekoya/web.git
synced 2024-11-26 08:17:49 +01:00
otp.html - Changed verify button
This commit is contained in:
parent
86cd1fe138
commit
67ac75708c
1 changed files with 12 additions and 0 deletions
12
otp.html
12
otp.html
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue