mirror of
https://github.com/bitwarden/server.git
synced 2025-04-09 07:08:15 -05:00
better styling for login card
This commit is contained in:
parent
bbaafab04b
commit
c9fdec55b5
@ -3,7 +3,9 @@
|
||||
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">
|
||||
<p>Please enter your email address below to log in.</p>
|
||||
<form asp-action="" method="post">
|
||||
@ -20,4 +22,5 @@
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user