diff --git a/css/animation.css b/css/animation.css index 3207215..7d4adee 100644 --- a/css/animation.css +++ b/css/animation.css @@ -2,14 +2,15 @@ .ext-modal[open] { - animation: myFadeIn 2.0s ease normal; + animation: myFadeIn 0.5s ease normal; } - -@keyframes myFadeIn{ - from { - bottom: 100%; - } - to { - bottom: 0%; - } + +@keyframes myFadeIn { + from { + bottom: 100%; + } + + to { + bottom: 0%; + } } \ No newline at end of file diff --git a/html/template.html b/html/template.html index 9821bca..68f3a88 100644 --- a/html/template.html +++ b/html/template.html @@ -8,9 +8,10 @@
Contract
+${contract.deadline}
+Status : ${status}
+ +${contract.deadlineToAccept}
+Status : ${status}
+Revenu : ${contract.terms.payment.onAccepted} $
+ + +${contrat.deadlineToAccept}
-Status : ${status}
- -${contrat.deadlineToAccept}
-Status : ${status}
-Revenu : ${contrat.terms.payment.onAccepted} $
- - -