add inventory tutorial step

This commit is contained in:
Mashy
2019-10-23 08:26:15 +10:00
parent ec3a2a0ce5
commit 1ec43cd6b0
2 changed files with 12 additions and 12 deletions
+1 -11
View File
@@ -97,8 +97,7 @@
grid-template-columns: 1fr min-content 1fr;
grid-template-areas:
"vbox varrow inventory"
"vbox . carrow"
"vbox . combiner";
"vbox varrow combiner";
}
.vbox-inventory {
@@ -112,15 +111,6 @@
justify-content: flex-end;
}
.vbox-combiner-arrow {
color: @gray-hint;
grid-area: carrow;
display: block;
text-align: center;
font-size: 2em;
vertical-align: center;
}
.vbox-arrow, .vbox-arrow-mobile {
display: flex;
justify-content:center;