remove demo

This commit is contained in:
ntr
2019-12-20 12:08:20 +10:00
parent 883e3c551d
commit 267a4ef742
9 changed files with 1 additions and 380 deletions
-56
View File
@@ -174,59 +174,3 @@ section {
}
}
.demo {
margin-top: 1em;
display: block;
button {
pointer-events: none;
}
section {
margin-bottom: 0.5em;
div:first-child {
padding-right: 1em;
}
}
.construct-section {
.construct-list {
height: 25em;
grid-area: unset;
.instance-construct {
// border: 0;
}
}
}
.colour-info {
grid-area: vinfo;
display: flex;
align-items: center;
div {
display: flex;
}
svg {
flex: 1;
height: 1em;
}
}
.game-demo {
.game {
height: 25em;
display: flex;
flex-flow: column;
.game-construct {
flex: 1;
}
}
}
}