pointer events croix, facilité mouseover
This commit is contained in:
@@ -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);
|
||||
// }
|
||||
Reference in New Issue
Block a user