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