mirror of
https://github.com/bitwarden/server.git
synced 2025-02-18 02:11:22 +01:00
better styling for login card
This commit is contained in:
parent
bbaafab04b
commit
c9fdec55b5
@ -3,7 +3,9 @@
|
|||||||
ViewData["Title"] = "Login";
|
ViewData["Title"] = "Login";
|
||||||
}
|
}
|
||||||
|
|
||||||
<div class="card w-50 m-auto">
|
<div class="row justify-content-md-center">
|
||||||
|
<div class="col col-lg-6 col-md-8">
|
||||||
|
<div class="card">
|
||||||
<div class="card-body">
|
<div class="card-body">
|
||||||
<p>Please enter your email address below to log in.</p>
|
<p>Please enter your email address below to log in.</p>
|
||||||
<form asp-action="" method="post">
|
<form asp-action="" method="post">
|
||||||
@ -19,5 +21,6 @@
|
|||||||
<button class="btn btn-primary" type="submit">Continue</button>
|
<button class="btn btn-primary" type="submit">Continue</button>
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user