pointer events croix, facilité mouseover

This commit is contained in:
2024-10-08 13:12:55 +02:00
parent b9f8612f16
commit 681fb0398e
4 changed files with 53 additions and 54 deletions

View File

@@ -29,9 +29,10 @@
font-family: 'gilroy-semibold';
display: none;
position: absolute;
left: 50%;
top: -20%;
transform: translate(-50%, -50%);
// left: 50%;
// top: -20%;
// transform: translate(-50%, -50%);
transition: opacity 0.3s ease, transform 0.3s ease;
z-index: 1000;
text-align: left;
padding-left: 1rem;
@@ -68,3 +69,12 @@
width: 300px;
}
// .popup {
// transition: opacity 0.3s ease, transform 0.3s ease;
// opacity: 0;
// transform: translateY(10px);
// }
// .popup.show {
// opacity: 1;
// transform: translateY(0);
// }