bout to fix welcome
This commit is contained in:
parent
65c69199b9
commit
8c0b02e568
@ -112,4 +112,19 @@ section {
|
|||||||
|
|
||||||
.demo {
|
.demo {
|
||||||
margin-top: 5em;
|
margin-top: 5em;
|
||||||
|
|
||||||
|
.colour-info {
|
||||||
|
display: grid;
|
||||||
|
grid-template-columns: 2fr 1fr;
|
||||||
|
|
||||||
|
div {
|
||||||
|
display: flex;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
svg {
|
||||||
|
flex: 1;
|
||||||
|
display: inline;
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
@ -48,6 +48,15 @@ function Demo(args) {
|
|||||||
function inventoryElement() {
|
function inventoryElement() {
|
||||||
return (
|
return (
|
||||||
<div class='vbox-section'>
|
<div class='vbox-section'>
|
||||||
|
<h2>VBOX PHASE</h2>
|
||||||
|
<div class='colour-info'>
|
||||||
|
<p>
|
||||||
|
combine the colour base items with an array of skills and specialisations to build powerful variants.
|
||||||
|
</p>
|
||||||
|
<div>
|
||||||
|
{shapes.Red()} {shapes.Green()} {shapes.Blue()}
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
<div class='vbox-items'>
|
<div class='vbox-items'>
|
||||||
{items.map((i, j) => inventoryBtn(i, j))}
|
{items.map((i, j) => inventoryBtn(i, j))}
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -55,6 +55,7 @@ function Welcome() {
|
|||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
{pageEl()}
|
{pageEl()}
|
||||||
|
<hr />
|
||||||
<Demo />
|
<Demo />
|
||||||
</main>
|
</main>
|
||||||
);
|
);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user