diff --git a/css/custom.css b/css/custom.css index 64ce66d..4ceee3d 100644 --- a/css/custom.css +++ b/css/custom.css @@ -880,26 +880,26 @@ stroke-dashoffset:0 #snackbar.show { visibility: visible; - -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s; - animation: fadein 0.5s, fadeout 0.5s 2.5s; + -webkit-animation: fadin 0.5s, fadout 0.5s 2.5s; + animation: fadin 0.5s, fadout 0.5s 2.5s; } -@-webkit-keyframes fadein { +@-webkit-keyframes fadin { from {bottom: 0; opacity: 0;} to {bottom: 30px; opacity: 1;} } -@keyframes fadein { +@keyframes fadin { from {bottom: 0; opacity: 0;} to {bottom: 30px; opacity: 1;} } -@-webkit-keyframes fadeout { +@-webkit-keyframes fadout { from {bottom: 30px; opacity: 1;} to {bottom: 0; opacity: 0;} } -@keyframes fadeout { +@keyframes fadout { from {bottom: 30px; opacity: 1;} to {bottom: 0; opacity: 0;} } diff --git a/pages/home.html b/pages/home.html index 569c332..4cac068 100644 --- a/pages/home.html +++ b/pages/home.html @@ -432,20 +432,19 @@ perm_identity
kindly choose one option (if you select the student then please upload the Id proof).