Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
V
vitamui-pr-pastis
Manage
Activity
Members
Labels
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
dad
vitamui-pr-pastis
Commits
d83c2b7c
Commit
d83c2b7c
authored
4 years ago
by
Amine FILALI
Committed by
Makhtar DIAGNE
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
[FIX RABB-664] Show secondary color instead of primary for valid-check password
parent
de9a6282
No related branches found
Branches containing commit
No related tags found
1 merge request
!1
Feature/design/1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
cas/cas-server/src/main/config/sass/_password-recovery.scss
+1
-1
1 addition, 1 deletion
cas/cas-server/src/main/config/sass/_password-recovery.scss
cas/cas-server/src/main/resources/static/css/cas.css
+1
-1
1 addition, 1 deletion
cas/cas-server/src/main/resources/static/css/cas.css
with
2 additions
and
2 deletions
cas/cas-server/src/main/config/sass/_password-recovery.scss
+
1
−
1
View file @
d83c2b7c
...
...
@@ -66,7 +66,7 @@
}
&
.valid
{
color
:
var
(
--
vitamui-
prim
ary
);
color
:
var
(
--
vitamui-
second
ary
);
i
{
opacity
:
1
;
...
...
This diff is collapsed.
Click to expand it.
cas/cas-server/src/main/resources/static/css/cas.css
+
1
−
1
View file @
d83c2b7c
...
...
@@ -252,7 +252,7 @@
transition
:
opacity
100ms
ease-out
;
vertical-align
:
middle
;
}
.helper.password-helper
ul
li
.valid
{
color
:
var
(
--vitamui-
prim
ary
);
}
color
:
var
(
--vitamui-
second
ary
);
}
.helper.password-helper
ul
li
.valid
i
{
opacity
:
1
;
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
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