1
0

Add paw-queued class for styling

This commit is contained in:
2025-05-26 11:56:22 +02:00
parent c9fd27f883
commit c26db47a7f

View File

@@ -192,6 +192,17 @@
0px 1px 1px color-mix(in srgb, currentColor 40%, black);
}
/* Füge das in deine CSS ein */
.paw-queued {
position: absolute;
top: 50px;
right: 1.5rem; /* experimentiere mit dem Wert */
width: 2rem;
height: 2rem;
filter: drop-shadow(0 2px 2px rgba(0,0,0,0.10));
transition: transform 0.18s cubic-bezier(0.4,0.2,0.6,1);
transform: translate(-40px, 8px);
pointer-events: none
}
}
</style>
</head>