Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
idatt2106_2024_02_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
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository 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
IDATT2106 - Gruppe 2
idatt2106_2024_02_frontend
Commits
10e0c56f
Commit
10e0c56f
authored
11 months ago
by
Ina Martini
Browse files
Options
Downloads
Patches
Plain Diff
style: update colors on styling
parent
d8e2b421
No related branches found
Branches containing commit
No related tags found
3 merge requests
!66
Final merge
,
!23
Update styling on application
,
!4
Pipeline fix
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
src/components/FormLogin.vue
+4
-4
4 additions, 4 deletions
src/components/FormLogin.vue
src/components/FormRegister.vue
+1
-1
1 addition, 1 deletion
src/components/FormRegister.vue
src/views/ResetPasswordView.vue
+1
-1
1 addition, 1 deletion
src/views/ResetPasswordView.vue
with
6 additions
and
6 deletions
src/components/FormLogin.vue
+
4
−
4
View file @
10e0c56f
...
...
@@ -75,12 +75,12 @@ watch(
class=
"w-full"
placeholder=
"Skriv inn passord"
/>
<button
class=
"absolute right-0 top-1 bg-transparent"
@
click=
"toggleShowPassword"
>
<button
class=
"absolute right-0 top-1 bg-transparent
hover:bg-transparent
"
@
click=
"toggleShowPassword"
>
{{
showPassword
?
'
🔓
'
:
'
🔒
'
}}
</button>
<a
@
click=
"openForgotPasswordModal"
class=
"absolute right-3 top-10 hover:underline hover:bg-transparent cursor-pointer"
class=
"
transition-none
absolute right-3 top-10 hover:underline hover:bg-transparent
text-[#ef9691] hover:transition-none hover:p-0
cursor-pointer"
>
Glemt passord?
</a
>
</div>
...
...
@@ -115,13 +115,13 @@ watch(
<button
:disabled=
"!isEmailValid"
@
click=
"submitReset"
class=
"active-button font-bold py-2 px-4 w-1/2
hover:bg-[#f7da7c] border-2 border-[#f7da7c]
disabled:border-transparent"
class=
"active-button font-bold py-2 px-4 w-1/2
border-2
disabled:border-transparent"
>
Send mail
</button>
<button
@
click=
"closeModal"
class=
"active-button font-bold py-2 px-4 w-1/2
hover:bg-[#f7da7c] border-2 border-[#f7da7c]
disabled:border-transparent"
class=
"active-button font-bold py-2 px-4 w-1/2
border-2
disabled:border-transparent"
>
Lukk
</button>
...
...
This diff is collapsed.
Click to expand it.
src/components/FormRegister.vue
+
1
−
1
View file @
10e0c56f
...
...
@@ -130,7 +130,7 @@ watch(
class=
"w-full"
:class=
"
{ 'bg-green-200': isPasswordValid }"
/>
<button
class=
"absolute right-0 top-1 bg-transparent"
@
click=
"toggleShowPassword"
>
<button
class=
"absolute right-0 top-1 bg-transparent
hover:bg-transparent
"
@
click=
"toggleShowPassword"
>
{{
showPassword
?
'
🔓
'
:
'
🔒
'
}}
</button>
</div>
...
...
This diff is collapsed.
Click to expand it.
src/views/ResetPasswordView.vue
+
1
−
1
View file @
10e0c56f
...
...
@@ -20,7 +20,7 @@
:class=
"
{ 'bg-green-200': isPasswordValid }"
/>
<button
class=
"absolute right-0 top-1 bg-transparent"
class=
"absolute right-0 top-1 bg-transparent
hover:bg-transparent
"
@
click=
"toggleShowPassword"
>
{{
showPassword
?
'
🔓
'
:
'
🔒
'
}}
...
...
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