Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYWAP
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
xuqi
9 years ago
Commit
26d5280a41dcbe75948f1f1dac4d97a45b50a435
1 parent
49ec52e1
password strength color
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
web-static/sass/passport/_index.scss
web-static/sass/passport/_index.scss
View file @
26d5280
...
...
@@ -65,20 +65,20 @@ $tip: sprite-map("passport/tip/*.png", $spacing: 10px);
&
.yellow
{
.pwd-intensity
{
color
:
#f
f0
;
color
:
#f
6da1e
;
}
.color
{
background
:
#f
f0
;
background
:
#f
6da1e
;
color
:
#fff
;
}
}
&
.green
{
.pwd-intensity
{
color
:
#
0f0
;
color
:
#
3ee392
;
}
.color
{
background
:
#
0f0
;
background
:
#
3ee392
;
color
:
#fff
;
}
}
...
...
Please
register
or
login
to post a comment