shop / vbox -> store

This commit is contained in:
Mashy
2019-11-22 10:34:50 +10:00
parent fba4627bf1
commit 69be938e76
11 changed files with 54 additions and 58 deletions
+6 -6
View File
@@ -5,8 +5,8 @@
grid-template-rows: 9.5em 2.5em 4.5em min-content;
grid-template-columns: 8em 24em;
grid-template-areas:
"shop-hdr shop"
"stash-hdr shop"
"store-hdr store"
"stash-hdr store"
"stash stash"
"refund combiner";
margin-bottom: 1em;
@@ -19,15 +19,15 @@
margin-right: 0.5em;
}
.shop {
grid-area: shop;
.store {
grid-area: store;
border-bottom: 0.1em solid @gray-exists;
border-right: 0.1em solid @gray-exists;
border-top: 0.1em solid @gray-exists;
}
.shop-hdr {
grid-area: shop-hdr;
.store-hdr {
grid-area: store-hdr;
border-bottom: 0.1em solid @gray-exists;
border-left: 0.1em solid @gray-exists;
border-top: 0.1em solid @gray-exists;