mirror of
https://gitlab.com/nekoya/web.git
synced 2024-11-26 08:17:49 +01:00
forgot-password.html - Changed Button
This commit is contained in:
parent
c37db5c3a1
commit
c662df582a
1 changed files with 13 additions and 2 deletions
|
@ -172,6 +172,18 @@
|
|||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
.btn-resetpassword {
|
||||
width: 100%;
|
||||
background-color: darkred;
|
||||
border-color: darkred;
|
||||
border-radius: 100px;
|
||||
}
|
||||
|
||||
.btn-resetpassword:hover {
|
||||
background-color: red;
|
||||
border-color: red;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
|
@ -186,7 +198,6 @@
|
|||
<div class="collapse navbar-collapse" id="navbarTogglerDemo01"></div>
|
||||
</nav>
|
||||
|
||||
<br>
|
||||
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
|
@ -208,7 +219,7 @@
|
|||
<input class="form-control input-sm text-center" id="exampleDropdownFormEmail1"
|
||||
placeholder="Email address" type="email">
|
||||
</div>
|
||||
<a href="otp.html"><input class="btn btn-login btn-primary" style="width: 100%;" type="button"
|
||||
<a href="otp.html"><input class="btn btn-resetpassword btn-primary" style="width: 100%;" type="button"
|
||||
value="Reset Password"></a>
|
||||
<br><br>
|
||||
<div class="hoverforgot-1 text-center">
|
||||
|
|
Loading…
Reference in a new issue