Performed some styling.
Switched some styling to Bootstrap classes. Removed some classes.
This commit is contained in:
@@ -5,8 +5,8 @@
|
||||
ViewData["Title"] = "Log in";
|
||||
}
|
||||
|
||||
<div class="flex-grow-1 d-flex flex-column justify-content-center">
|
||||
<div class="jumbotron sole d-flex flex-column align-content-center">
|
||||
<div class="flex-grow-1 d-flex flex-column justify-content-center py-3">
|
||||
<div class="jumbotron d-flex flex-column align-content-center">
|
||||
<img alt="Props logo" src="~/images/logo-simplified.svg" class="img-fluid" style="max-height: 180px;" asp-append-version="true" />
|
||||
<h1 class="mt-3 mb-4 text-center">@ViewData["Title"]</h1>
|
||||
<div class="my-3 row justify-content-md-center">
|
||||
|
@@ -4,10 +4,10 @@
|
||||
ViewData["Title"] = "Register";
|
||||
}
|
||||
|
||||
<div class="flex-grow-1 d-flex flex-column justify-content-center">
|
||||
<div class="jumbotron sole d-flex flex-column align-content-center">
|
||||
<div class="flex-grow-1 d-flex flex-column justify-content-center py-3">
|
||||
<div class="jumbotron d-flex flex-column align-content-center">
|
||||
<img alt="Props logo" src="~/images/logo-simplified.svg" class="img-fluid" style="max-height: 180px;" asp-append-version="true" />
|
||||
<h1 class="mt-3 mb-4 text-center">@ViewData["Title"]</h1>
|
||||
<h1 class="mt-3 mb-4 text-center display-2">@ViewData["Title"]</h1>
|
||||
<div class="my-3 row justify-content-md-center">
|
||||
<div class="col-md-4">
|
||||
<form asp-route-returnUrl="@Model.ReturnUrl" method="post">
|
||||
|
Reference in New Issue
Block a user