modif page profil sur transition
continuous-integration/drone/push Build is passing Details

ServeurDeTest
nathan boileau 2 years ago
parent d0ddbbda37
commit 54681d4e41

@ -67,17 +67,17 @@ button:focus {
opacity: 0;
height: 100%;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
transition: all 0.1s;
-webkit-transition: all 0.1s;
-moz-transition: all 0.1s;
-ms-transition: all 0.1s;
-o-transition: all 0.1s;
}
#profil.open {
left: 0;
opacity: 1;
display: flex;
transition: all 0.3s;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
}
#profilIcon.open {

Loading…
Cancel
Save