mirror of
https://gitlab.com/nekoya/web.git
synced 2024-11-22 14:26:29 +01:00
Connect Other Page
This commit is contained in:
parent
92914fd4d0
commit
8bfde4ef01
1 changed files with 11 additions and 2 deletions
|
@ -20,6 +20,15 @@
|
||||||
background-color: #1b1c1e;
|
background-color: #1b1c1e;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.nav-color {
|
||||||
|
background-color: #212226;
|
||||||
|
}
|
||||||
|
|
||||||
|
.nav-radius {
|
||||||
|
border-bottom-left-radius: 20px;
|
||||||
|
border-bottom-right-radius: 20px;
|
||||||
|
}
|
||||||
|
|
||||||
.form-control {
|
.form-control {
|
||||||
background-color: #212226;
|
background-color: #212226;
|
||||||
color: white;
|
color: white;
|
||||||
|
@ -230,11 +239,11 @@
|
||||||
<input class="form-control input-sm text-center" id="exampleDropdownFormEmail1"
|
<input class="form-control input-sm text-center" id="exampleDropdownFormEmail1"
|
||||||
placeholder="Email address" type="email">
|
placeholder="Email address" type="email">
|
||||||
</div>
|
</div>
|
||||||
<a href="otp.html"><input class="btn btn-resetpassword btn-primary" style="width: 100%;"
|
<a href="otp"><input class="btn btn-resetpassword btn-primary" style="width: 100%;"
|
||||||
type="button" value="Reset Password"></a>
|
type="button" value="Reset Password"></a>
|
||||||
<br><br>
|
<br><br>
|
||||||
<div class="hoverforgot-1 text-center">
|
<div class="hoverforgot-1 text-center">
|
||||||
<a href="login.html">Or Return to Login</a>
|
<a href="login">Or Return to Login</a>
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue