Quick, quick revision elsewhere to account for Darkrai.
This commit is contained in:
parent
79bda1d0fc
commit
b881c06b83
|
@ -175,6 +175,10 @@
|
||||||
background-color: #47a0fc;
|
background-color: #47a0fc;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.all {
|
||||||
|
background-color: #fc7992;
|
||||||
|
}
|
||||||
|
|
||||||
/* Type Card Styling */
|
/* Type Card Styling */
|
||||||
|
|
||||||
/* Type Themes - define vars only */
|
/* Type Themes - define vars only */
|
||||||
|
|
|
@ -143,4 +143,8 @@
|
||||||
background-color: #47a0fc;
|
background-color: #47a0fc;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.all {
|
||||||
|
background-color: #fc7992;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
@inherits LayoutComponentBase
|
@inherits LayoutComponentBase
|
||||||
|
|
||||||
<div class="page" >
|
<div class="page bg-primary-subtle ">
|
||||||
|
|
||||||
<Sidebar/>
|
<Sidebar/>
|
||||||
|
|
||||||
<main class="bg-primary-subtle">
|
<main class="border border-3 border-dark w-100">
|
||||||
<article class="content px-4">
|
<article class="container border border-3 border-black px-4 w-100 m-auto">
|
||||||
@Body
|
@Body
|
||||||
</article>
|
</article>
|
||||||
</main>
|
</main>
|
||||||
|
|
|
@ -17,7 +17,7 @@
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
<div class="w-50 mt-5 m-auto create-container">
|
<div class="w-50 mt-5 m-auto create-container bg-info">
|
||||||
|
|
||||||
<div class="card-header bg-secondary bg-gradient ml-0 py-3">
|
<div class="card-header bg-secondary bg-gradient ml-0 py-3">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
|
@ -86,6 +86,7 @@ else
|
||||||
<option value="Berries">Berries</option>
|
<option value="Berries">Berries</option>
|
||||||
<option value="Ingredients">Ingredients</option>
|
<option value="Ingredients">Ingredients</option>
|
||||||
<option value="Skills">Skills</option>
|
<option value="Skills">Skills</option>
|
||||||
|
<option value="All">All</option>
|
||||||
</InputSelect>
|
</InputSelect>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue