move some styling into SimpleLayout.razor
All checks were successful
build / build (push) Successful in 40s
All checks were successful
build / build (push) Successful in 40s
This commit is contained in:
parent
d244292ef8
commit
5450522e37
4 changed files with 109 additions and 128 deletions
|
@ -1,12 +1,25 @@
|
||||||
@inherits LayoutComponentBase
|
@inherits LayoutComponentBase
|
||||||
|
|
||||||
<div class="page">
|
<div class="fixed inset-y-0 right-0 left-[40rem] hidden lg:block xl:left-[50rem] z-0">
|
||||||
|
<svg
|
||||||
|
viewBox="0 0 1080 957"
|
||||||
|
fill="none"
|
||||||
|
aria-hidden="true"
|
||||||
|
class="absolute inset-0 h-full w-full"
|
||||||
|
preserveAspectRatio="xMinYMid slice">
|
||||||
|
<path fill="#2e3440" d="M0 0h1080v957H0z"/>
|
||||||
|
</svg>
|
||||||
|
</div>
|
||||||
|
|
||||||
<main>
|
<main>
|
||||||
<article class="content px-4">
|
<div class="px-4 py-10 sm:py-28 sm:px-6 lg:px-8 xl:py-32 xl:px-28">
|
||||||
|
<div class="mx-auto max-w-xl lg:mx-0">
|
||||||
|
<article>
|
||||||
@Body
|
@Body
|
||||||
</article>
|
</article>
|
||||||
</main>
|
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
|
</main>
|
||||||
|
|
||||||
<div id="blazor-error-ui">
|
<div id="blazor-error-ui">
|
||||||
An unhandled error has occurred.
|
An unhandled error has occurred.
|
||||||
|
|
|
@ -1,11 +1,9 @@
|
||||||
.page {
|
|
||||||
position: relative;
|
|
||||||
display: flex;
|
|
||||||
flex-direction: column;
|
|
||||||
}
|
|
||||||
|
|
||||||
main {
|
main {
|
||||||
flex: 1;
|
flex: 1;
|
||||||
|
position: relative;
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
}
|
}
|
||||||
|
|
||||||
.top-row {
|
.top-row {
|
||||||
|
|
|
@ -4,19 +4,6 @@
|
||||||
|
|
||||||
<PageTitle>Attributions</PageTitle>
|
<PageTitle>Attributions</PageTitle>
|
||||||
|
|
||||||
<div class="fixed inset-y-0 right-0 left-[40rem] hidden lg:block xl:left-[50rem] z-0">
|
|
||||||
<svg
|
|
||||||
viewBox="0 0 1080 957"
|
|
||||||
fill="none"
|
|
||||||
aria-hidden="true"
|
|
||||||
class="absolute inset-0 h-full w-full"
|
|
||||||
preserveAspectRatio="xMinYMid slice">
|
|
||||||
<path fill="#2e3440" d="M0 0h1080v957H0z"/>
|
|
||||||
</svg>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="px-4 py-10 sm:py-28 sm:px-6 lg:px-8 xl:py-32 xl:px-28">
|
|
||||||
<div class="mx-auto max-w-xl lg:mx-0">
|
|
||||||
<h1 class="mt-4 text-4xl md:text-5xl lg:text-6xl font-extrabold text-[2rem] leading-10 tracking-tighter">
|
<h1 class="mt-4 text-4xl md:text-5xl lg:text-6xl font-extrabold text-[2rem] leading-10 tracking-tighter">
|
||||||
Attributions
|
Attributions
|
||||||
</h1>
|
</h1>
|
||||||
|
@ -53,8 +40,6 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
@code {
|
@code {
|
||||||
|
|
||||||
|
|
|
@ -5,19 +5,6 @@
|
||||||
|
|
||||||
<PageTitle>Home</PageTitle>
|
<PageTitle>Home</PageTitle>
|
||||||
|
|
||||||
<div class="fixed inset-y-0 right-0 left-[40rem] hidden lg:block xl:left-[50rem] z-0">
|
|
||||||
<svg
|
|
||||||
viewBox="0 0 1080 957"
|
|
||||||
fill="none"
|
|
||||||
aria-hidden="true"
|
|
||||||
class="absolute inset-0 h-full w-full"
|
|
||||||
preserveAspectRatio="xMinYMid slice">
|
|
||||||
<path fill="#2e3440" d="M0 0h1080v957H0z"/>
|
|
||||||
</svg>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="px-4 py-10 sm:py-28 sm:px-6 lg:px-8 xl:py-32 xl:px-28">
|
|
||||||
<div class="mx-auto max-w-xl lg:mx-0">
|
|
||||||
<h1 class="mt-10 flex items-center text-sm font-semibold leading-6 text-brand">
|
<h1 class="mt-10 flex items-center text-sm font-semibold leading-6 text-brand">
|
||||||
<a href="https://git.nseguin.dev/nseguin/website">nseguin/website</a>
|
<a href="https://git.nseguin.dev/nseguin/website">nseguin/website</a>
|
||||||
<small class="ml-3 rounded-full bg-brand/5 px-2 text-[0.8125rem] font-medium leading-6">
|
<small class="ml-3 rounded-full bg-brand/5 px-2 text-[0.8125rem] font-medium leading-6">
|
||||||
|
@ -80,5 +67,3 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
|
||||||
</div>
|
|
Loading…
Reference in a new issue