sztksztr
This commit is contained in:
parent
6be83f599e
commit
01aa316a1e
@ -302,7 +302,7 @@ body {
|
|||||||
bottom: 0;
|
bottom: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
right: 0;
|
right: 0;
|
||||||
height: calc(var(--s) * 160);
|
height: calc(var(--s) * 185);
|
||||||
background: linear-gradient(
|
background: linear-gradient(
|
||||||
to top,
|
to top,
|
||||||
rgba(0, 0, 0, 0.82) 0%,
|
rgba(0, 0, 0, 0.82) 0%,
|
||||||
@ -403,13 +403,13 @@ body {
|
|||||||
.hand-area {
|
.hand-area {
|
||||||
display: flex;
|
display: flex;
|
||||||
gap: calc(var(--s) * 8);
|
gap: calc(var(--s) * 8);
|
||||||
align-items: flex-end;
|
align-items: center;
|
||||||
flex: 1;
|
flex: 1;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
}
|
}
|
||||||
.hand-slot {
|
.hand-slot {
|
||||||
width: calc(var(--s) * 95);
|
width: calc(var(--s) * 95);
|
||||||
height: calc(var(--s) * 145);
|
height: calc(var(--s) * 155);
|
||||||
border-radius: calc(var(--s) * 9);
|
border-radius: calc(var(--s) * 9);
|
||||||
border: 2px dashed rgba(255, 215, 80, 0.35);
|
border: 2px dashed rgba(255, 215, 80, 0.35);
|
||||||
background: rgba(0, 0, 0, 0.4);
|
background: rgba(0, 0, 0, 0.4);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user