Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
F
Frontend
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
JASWANTH A
Frontend
Commits
2c102f12
Commit
2c102f12
authored
1 week ago
by
JASWANTH A
Browse files
Options
Downloads
Patches
Plain Diff
some changes
parent
90bcaf35
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/components2/AdminLogin2/AdminLogin4.jsx
+6
-6
6 additions, 6 deletions
src/components2/AdminLogin2/AdminLogin4.jsx
with
6 additions
and
6 deletions
src/components2/AdminLogin2/AdminLogin4.jsx
+
6
−
6
View file @
2c102f12
...
...
@@ -62,24 +62,24 @@ export default function AdminLogin() {
<
div
className
=
"w-[1px] bg-[#7DEBD9] hidden md:block"
></
div
>
<
div
className
=
"w-full md:w-1/2 flex flex-col items-center justify-start p-6 text-[#6FE7D1] mt-12"
>
<
h2
className
=
"text-3xl md:text-3xl font-font-primary font-semibold text-[7DEBD9] mb-
6
"
>
<
h2
className
=
"text-3xl md:text-3xl font-font-primary font-semibold text-[7DEBD9] mb-
12
"
>
Admin Login
</
h2
>
<
form
onSubmit
=
{
handleSubmit
}
className
=
"w-full max-w-md"
>
<
div
className
=
"relative w-full mb-
8
"
>
<
div
className
=
"relative w-full mb-
10
"
>
<
div
className
=
{
`relative border-2 rounded-lg border-[#6FE7D1] bg-transparent
${
error
.
email
?
"
border-[#EEAB4D]
"
:
""
}
`
}
>
<
label
className
=
{
`absolute -top-3 left-4 px-2 bg-[#2E2E2E] border border-[#6FE7D1] rounded-md text-sm font-font-primary font-medium
${
error
.
email
?
"
border-[#EEAB4D] text-[#EEAB4D]
"
:
"
text-[#6FE7D1]
"
}
`
}
>
Email
Admin
Email
</
label
>
<
input
type
=
"text"
value
=
{
email
}
onChange
=
{
handleEmailChange
}
placeholder
=
"Enter email"
className
=
"w-full h-14 px-
6
pr-12 bg-transparent text-white text-lg focus:outline-none font-font-primary"
className
=
"w-full h-14 px-
3
pr-12 bg-transparent text-white text-lg focus:outline-none font-font-primary"
/>
<
FiMail
className
=
"absolute right-4 top-1/2 transform -translate-y-1/2 text-xl"
...
...
@@ -90,7 +90,7 @@ export default function AdminLogin() {
</
div
>
{
/* Passwd Input */
}
<
div
className
=
"relative w-full mb-
8
"
>
<
div
className
=
"relative w-full mb-
2
"
>
<
div
className
=
{
`relative border-2 rounded-lg border-[#6FE7D1] bg-transparent
${
error
.
password
?
"
border-[#EEAB4D]
"
:
""
}
`
}
>
<
label
className
=
{
`absolute -top-3 left-4 px-2 bg-[#2E2E2E] border border-[#6FE7D1] rounded-md text-sm font-font-primary font-medium
${
error
.
password
?
"
border-[#EEAB4D] text-[#EEAB4D]
"
:
"
text-[#6FE7D1]
"
}
`
}
...
...
@@ -102,7 +102,7 @@ export default function AdminLogin() {
value
=
{
password
}
onChange
=
{
handlePasswordChange
}
placeholder
=
"Enter your password"
className
=
"w-full h-14 px-
6
pr-12 bg-transparent text-white text-lg focus:outline-none font-font-primary"
className
=
"w-full h-14 px-
4
pr-12 bg-transparent text-white text-lg focus:outline-none font-font-primary"
/>
{
showPassword
?
(
<
FiEyeOff
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment