Updated styling.
This commit is contained in:
parent
f31293d886
commit
5d8a4a3803
@ -5,11 +5,13 @@
|
||||
ViewData["Title"] = "Log in";
|
||||
}
|
||||
|
||||
<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">
|
||||
<div class="jumbotron text-center">
|
||||
<img alt="Props logo" src="~/images/logo-simplified.svg" class="img-fluid" style="max-height: 150px;" asp-append-version="true" />
|
||||
<h1 class="mt-3 mb-4 display-1">@ViewData["Title"]</h1>
|
||||
<p>Welcome back!</p>
|
||||
</div>
|
||||
<div class="jumbotron sub flex-grow-1">
|
||||
<div class="py-4 row justify-content-md-center">
|
||||
<div class="col-md-4">
|
||||
<form id="account" method="post">
|
||||
<h4>Use a local account to log in.</h4>
|
||||
@ -36,14 +38,14 @@
|
||||
<div class="mb-3">
|
||||
<button type="submit" class="btn btn-primary">Log in</button>
|
||||
</div>
|
||||
<div>
|
||||
<div class="my-1">
|
||||
<div class="row">
|
||||
<div class="col-lg">
|
||||
<a class="link-secondary" id="forgot-password" asp-page="./ForgotPassword">Forgot your password?</a>
|
||||
</div>
|
||||
<div class="my-1">
|
||||
<div class="col-lg">
|
||||
<a class="link-secondary" asp-page="./Register" asp-route-returnUrl="@Model.ReturnUrl">Register as a new user</a>
|
||||
</div>
|
||||
<div class="my-1">
|
||||
<div class="col-lg">
|
||||
<a class="link-secondary" id="resend-confirmation" asp-page="./ResendEmailConfirmation">Resend email confirmation</a>
|
||||
</div>
|
||||
</div>
|
||||
@ -68,7 +70,6 @@
|
||||
}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
@section Scripts {
|
||||
|
@ -3,12 +3,13 @@
|
||||
@{
|
||||
ViewData["Title"] = "Register";
|
||||
}
|
||||
|
||||
<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 display-2">@ViewData["Title"]</h1>
|
||||
<div class="my-3 row justify-content-md-center">
|
||||
<div class="jumbotron text-center">
|
||||
<img alt="Props logo" src="~/images/logo-simplified.svg" class="img-fluid" style="max-height: 150px;" asp-append-version="true" />
|
||||
<h1 class="mt-3 mb-4 display-1">@ViewData["Title"]</h1>
|
||||
<p>Create more projects and access them across your devices! Join the community and show off your projects to the world!</p>
|
||||
</div>
|
||||
<div class="jumbotron sub flex-grow-1">
|
||||
<div class="py-3 row justify-content-md-center">
|
||||
<div class="col-md-4">
|
||||
<form asp-route-returnUrl="@Model.ReturnUrl" method="post">
|
||||
<h4>Create a new account.</h4>
|
||||
@ -51,7 +52,6 @@
|
||||
}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
@section Scripts {
|
||||
|
@ -4,25 +4,25 @@
|
||||
ViewData["Specific"] = "Search";
|
||||
}
|
||||
|
||||
<div class="container">
|
||||
<div>
|
||||
<div class="my-4 less-concise mx-auto">
|
||||
<div class="input-group">
|
||||
<input type="text" class="form-control" placeholder="What are you looking for?" aria-label="Search" aria-describedby="search-btn" id="search-bar">
|
||||
<input type="text" class="form-control bg-transparent border-primary" placeholder="What are you looking for?" aria-label="Search" aria-describedby="search-btn" id="search-bar">
|
||||
<button class="btn btn-outline-secondary" type="button" id="configuration-toggle" data-bs-toggle="collapse" data-bs-target="#configuration"><i class="bi bi-sliders"></i></button>
|
||||
<button class="btn btn-outline-primary" type="button" id="search-btn">Search</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="collapse" id="configuration">
|
||||
<div class="tear">
|
||||
<div class="collapse tear" id="configuration">
|
||||
<div class="p-3">
|
||||
<div class="container invisible">
|
||||
<div class="d-flex">
|
||||
<h1 class="my-2 display-2 me-auto">Configuration</h1>
|
||||
<button class="btn align-self-start" type="button" id="configuration-close" data-bs-toggle="collapse" data-bs-target="#configuration"><i class="bi bi-x-lg"></i></button>
|
||||
</div>
|
||||
<div class="row justify-content-md-center">
|
||||
<section class="col-lg">
|
||||
<section class="col-lg px-4">
|
||||
<h3>Price</h3>
|
||||
<div class="mb-3">
|
||||
<label for="max-price" class="form-label">Maximum Price</label>
|
||||
@ -61,7 +61,7 @@
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<section class="col-lg">
|
||||
<section class="col-lg px-4">
|
||||
<h3>Metrics</h3>
|
||||
<div class="mb-3">
|
||||
<label for="min-purchases" class="form-label">Minimum Purchases</label>
|
||||
@ -101,7 +101,7 @@
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<section class="col-md">
|
||||
<section class="col-lg px-4">
|
||||
<h3>Shops Enabled</h3>
|
||||
<div class="mb-3 px-3" id="shop-checkboxes">
|
||||
</div>
|
||||
|
@ -1,12 +1,14 @@
|
||||
$themes: (
|
||||
"light": (
|
||||
"background": #f4f4f4,
|
||||
"navbar": #FFF8F8,
|
||||
"main": #BDF2D5,
|
||||
"background": #ebf0ef,
|
||||
"navbar": #E6F4F1,
|
||||
"navbar-link": #005780,
|
||||
"navbar-active": #001f2e,
|
||||
"main": #B4EEFF,
|
||||
"footer": #F2F2F2,
|
||||
"sub": #F4FCFC,
|
||||
"bold": #647b9b,
|
||||
"sub": #EEFBFF,
|
||||
"text": #1A1A1A,
|
||||
"special": #00A2EF,
|
||||
"muted": #797a7e,
|
||||
),
|
||||
);
|
||||
|
@ -12,12 +12,15 @@ header > nav {
|
||||
|
||||
.nav-link, .navbar-brand {
|
||||
@include themer.themed {
|
||||
color: themer.color-of("bold");
|
||||
color: themer.color-of("navbar-link");
|
||||
}
|
||||
&.active {
|
||||
@include themer.themed {
|
||||
color: themer.color-of("text");
|
||||
color: themer.color-of("navbar-active");
|
||||
border-color: themer.color-of("navbar-active");
|
||||
}
|
||||
border-bottom-style: solid;
|
||||
border-bottom-width: 1px;
|
||||
}
|
||||
}
|
||||
|
||||
@ -34,7 +37,6 @@ main {
|
||||
flex-direction: column;
|
||||
|
||||
.tear {
|
||||
@extend .p-3;
|
||||
border-top: 1px;
|
||||
border-top-style: solid;
|
||||
border-bottom: 1px;
|
||||
@ -92,7 +94,7 @@ footer {
|
||||
hr.concise {
|
||||
@extend .my-3;
|
||||
@include themer.themed {
|
||||
color: themer.color-of("bold");
|
||||
color: themer.color-of("special");
|
||||
}
|
||||
width: 15%;
|
||||
max-width: 160px;
|
||||
|
Loading…
Reference in New Issue
Block a user