This commit is contained in:
Mashy 2019-11-21 15:57:25 +10:00
parent 85592b1516
commit 54743c67ba

View File

@ -9,7 +9,6 @@
"stash-hdr shop" "stash-hdr shop"
"stash stash" "stash stash"
"refund combiner"; "refund combiner";
border-top: 0.1em solid @gray-exists;
margin-bottom: 1em; margin-bottom: 1em;
line-height: 0; line-height: 0;
@ -24,12 +23,14 @@
grid-area: shop; grid-area: shop;
border-bottom: 0.1em solid @gray-exists; border-bottom: 0.1em solid @gray-exists;
border-right: 0.1em solid @gray-exists; border-right: 0.1em solid @gray-exists;
border-top: 0.1em solid @gray-exists;
} }
.shop-hdr { .shop-hdr {
grid-area: shop-hdr; grid-area: shop-hdr;
border-bottom: 0.1em solid @gray-exists; border-bottom: 0.1em solid @gray-exists;
border-left: 0.1em solid @gray-exists; border-left: 0.1em solid @gray-exists;
border-top: 0.1em solid @gray-exists;
text-align: center; text-align: center;
button { button {
margin-top: 0.5em; margin-top: 0.5em;
@ -37,6 +38,10 @@
height: 4em; height: 4em;
letter-spacing: 0.1em; letter-spacing: 0.1em;
background-color: #421010; background-color: #421010;
&:hover {
background-color: @red;
}
} }
} }
@ -55,9 +60,9 @@
button { button {
height: 3em; height: 3em;
letter-spacing: 0.1em; letter-spacing: 0.1em;
background-color: #342100; background-color: #996100;
&[disabled] { &[disabled] {
color: #342100; color: #996100;
}; };
} }
} }
@ -86,7 +91,7 @@
line-height: 1.4; line-height: 1.4;
height: 3em; height: 3em;
letter-spacing: 0.1em; letter-spacing: 0.1em;
background-color: #342100; background-color: #996100;
} }
border-left: 0.1em solid @gray-exists; border-left: 0.1em solid @gray-exists;
border-bottom: 0.1em solid @gray-exists; border-bottom: 0.1em solid @gray-exists;