Ajout code pour affichage du bouton si formulaire modifié

This commit is contained in:
Nicolas MORIN
2022-05-26 17:54:33 +02:00
parent 585017ef7a
commit de4d50cf0a
4 changed files with 38 additions and 3 deletions
+14
View File
@@ -45,6 +45,20 @@ body {
width: 60px;
height: 60px;
border: 2px solid #0d6efd;
animation-name: zoom;
animation-duration: .2s;
}
@keyframes zoom {
0% {
transform: scale(0, 0);
}
100% {
transform: scale(1, 1);
}
}
.bouton-flotant.deactivation{
display: none;
}
.contour-pastille {