shop / vbox -> store
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user