mirror of
https://gitlab.com/nekoya/web.git
synced 2024-11-21 22:06:26 +01:00
Fixed LottieAnimations Placement
This commit is contained in:
parent
6114734035
commit
52e5046a33
6 changed files with 6 additions and 6 deletions
|
@ -236,7 +236,7 @@
|
|||
<div class="col">
|
||||
<div class="card text-white col-md-8 col-lg-6 col-xl-5">
|
||||
<h1 class="card-header text-white">Forgot Password</h1>
|
||||
<lottie-player autoplay background="transparent" class="icon" loop speed="1"
|
||||
<lottie-player style="display: -webkit-box;-webkit-box-pack: center;" autoplay background="transparent" class="icon" loop speed="1"
|
||||
src="https://assets9.lottiefiles.com/packages/lf20_xvrofzfk.json"></lottie-player>
|
||||
<div class="py-3 text" style="padding: 0% 5%; text-align: center;">
|
||||
<a>Enter your email to receive instructions on how to reset your password.</a>
|
||||
|
|
|
@ -299,7 +299,7 @@
|
|||
<div class="col">
|
||||
<div class="card text-white col-md-8 col-lg-6 col-xl-5">
|
||||
<h1 class="card-header text-white">Login</h1>
|
||||
<lottie-player autoplay background="transparent" class="icon" loop speed="1"
|
||||
<lottie-player style="display: -webkit-box;-webkit-box-pack: center;" autoplay background="transparent" class="icon" loop speed="1"
|
||||
src="https://assets3.lottiefiles.com/packages/lf20_myor1trh.json"></lottie-player>
|
||||
<div class="card-body">
|
||||
<form class="px-4 py-3">
|
||||
|
|
2
otp.html
2
otp.html
|
@ -214,7 +214,7 @@
|
|||
<div class="col">
|
||||
<div class="card text-white col-md-9 col-lg-6 col-xl-5">
|
||||
<h1 class="card-header text-white">OTP VERIFICATION</h1>
|
||||
<lottie-player autoplay background="transparent" class="icon" loop speed="1"
|
||||
<lottie-player style="display: -webkit-box;-webkit-box-pack: center;" autoplay background="transparent" class="icon" loop speed="1"
|
||||
src="https://assets2.lottiefiles.com/packages/lf20_zztlhuue.json"></lottie-player>
|
||||
<div class="py-3 text" style="padding: 0% 5%; text-align: center;">
|
||||
<a>A String of OTP Code Has Been Sent to kel*****@gmail.com</a>
|
||||
|
|
|
@ -161,7 +161,7 @@
|
|||
<div class="card-header" style="color: white;">
|
||||
<h2>Verification Completed !!</h2>
|
||||
</div>
|
||||
<lottie-player autoplay background="transparent" class="icon" loop speed="1"
|
||||
<lottie-player style="display: -webkit-box;-webkit-box-pack: center;" autoplay background="transparent" class="icon" loop speed="1"
|
||||
src="https://assets10.lottiefiles.com/private_files/lf30_hlzxxlfs.json"></lottie-player>
|
||||
<div class="card-body">
|
||||
<h6 class="card-text" style="color: #dedede;">Your Email Has Been Verified !! Please Sign in
|
||||
|
|
|
@ -135,7 +135,7 @@
|
|||
<div class="card-header" style="color: white;">
|
||||
<h2>Verify Your Email Address</h2>
|
||||
</div>
|
||||
<lottie-player autoplay background="transparent" class="icon" loop speed="1"
|
||||
<lottie-player style="display: -webkit-box;-webkit-box-pack: center;" autoplay background="transparent" class="icon" loop speed="1"
|
||||
src="https://assets1.lottiefiles.com/packages/lf20_IUWMcw.json"></lottie-player>
|
||||
<div class="card-body">
|
||||
<h5 class="card-text" style="color: #dedede;">Before proceeding, please check your email for a
|
||||
|
|
|
@ -204,7 +204,7 @@
|
|||
<div class="col">
|
||||
<div class="card text-white col-md-8 col-lg-6 col-xl-5">
|
||||
<h1 class="card-header text-white">Register</h1>
|
||||
<lottie-player autoplay background="transparent" class="icon" loop speed="1"
|
||||
<lottie-player style="display: -webkit-box;-webkit-box-pack: center;" autoplay background="transparent" class="icon" loop speed="1"
|
||||
src="https://assets10.lottiefiles.com/datafiles/JAmX1SNojoncImC/data.json"></lottie-player>
|
||||
<div class="card-body">
|
||||
<form class="px-4 py-3">
|
||||
|
|
Loading…
Reference in a new issue