fix: qty spacing

This commit is contained in:
cha0s 2024-06-22 12:12:03 -05:00
parent 9275b75701
commit d94784e58e

View File

@ -14,7 +14,7 @@
.slotInner { .slotInner {
background-position: center; background-position: center;
background-repeat: no-repeat; background-repeat: no-repeat;
background-size: contain; background-size: 75%;
height: calc(100% - var(--space) * 2); height: calc(100% - var(--space) * 2);
padding: var(--space); padding: var(--space);
position: relative; position: relative;
@ -22,12 +22,12 @@
} }
.qty { .qty {
bottom: calc(var(--space) / -1.25); bottom: calc(var(--space) * 0.125);
font-family: monospace; font-family: monospace;
font-size: calc(var(--space) * 2); font-size: calc(var(--space) * 2);
line-height: 1; line-height: 1;
position: absolute; position: absolute;
right: calc(var(--space) / -1.25); right: calc(var(--space) * 0.25);
text-shadow: text-shadow:
0px -1px 0px white, 0px -1px 0px white,
1px 0px 0px white, 1px 0px 0px white,