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