From bbb1b251487b886757d6523494ed4bdeb4887aca Mon Sep 17 00:00:00 2001 From: Cornelius Emase Date: Fri, 29 Mar 2024 14:07:43 +0300 Subject: [PATCH] feat: implementinput validation --- apps/signup/signup.css | 14 ++++++++++++++ apps/signup/signup.html | 14 +++++++------- apps/signup/signup.js | 37 +++++++++++++++++++++++++++++++++---- 3 files changed, 54 insertions(+), 11 deletions(-) diff --git a/apps/signup/signup.css b/apps/signup/signup.css index 40d071bfb..612ff3e60 100644 --- a/apps/signup/signup.css +++ b/apps/signup/signup.css @@ -7,6 +7,20 @@ body { font-family: 'Roboto', sans-serif; overflow-x: hidden; } +.popup { + position: fixed; + top: 10%; + right: 5%; + max-width: 300px; + height: 50px; + padding: 10px; + background-color: #28a745; + color: #fff; + text-align: center; + border-radius: 5px; + box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); + z-index:9999; +} .bg-dark { background-color: #343a40!important; } diff --git a/apps/signup/signup.html b/apps/signup/signup.html index 55fdaaa02..78a91ab59 100644 --- a/apps/signup/signup.html +++ b/apps/signup/signup.html @@ -64,7 +64,6 @@ style="text-align:center; background: #17a2b8; font-size: xx-large; color: white; padding: 4px; border-radius: 5px 5px 0px 0px;"> caMicroscope -

User Signup

@@ -75,16 +74,17 @@

User Signup

- +
+

- +
+

@@ -102,8 +102,6 @@

User Signup

-

Non-admin users have to submit a request ticket to admins to get their approval to signup new users. If you are an Admin, you can directly signup users. @@ -115,7 +113,9 @@

User Signup

Copyright caMicroscope

- +