Ajout code pour affichage du bouton si formulaire modifié
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user