You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
44 lines
659 B
44 lines
659 B
@import url('https://fonts.googleapis.com/css2?family=Cabin:wght@600;700&display=swap');
|
|
|
|
*{
|
|
font-family: 'Cabin', sans-serif;
|
|
}
|
|
|
|
body
|
|
{
|
|
overflow: hidden;
|
|
}
|
|
|
|
|
|
/* ### Stapel-"Karte ziehen" ### */
|
|
.stack-draw
|
|
{
|
|
max-width: 25vh;
|
|
min-width: 20vh;
|
|
position: absolute;
|
|
top: 47vh;
|
|
right: min(90%, (53% + 10vh));
|
|
transform: translate(50%, -50%);
|
|
}
|
|
|
|
/* ### Stapel-"Karte legen" ### */
|
|
.stack-put
|
|
{
|
|
max-width: 25vh;
|
|
min-width: 20vh;
|
|
position: absolute;
|
|
top: 47vh;
|
|
left: min(90%, (53% + 10vh));
|
|
transform: translate(-50%, -50%);
|
|
}
|
|
|
|
#first-put-anim
|
|
{
|
|
top: 30vh;
|
|
opacity: 0;
|
|
}
|
|
|
|
#first-put
|
|
{
|
|
opacity: 0;
|
|
}
|