Move alias.js to local static
This commit is contained in:
parent
8691421ce3
commit
196f796570
5 changed files with 3 additions and 3 deletions
19
apps/registration/static/registration/css/login.css
Normal file
19
apps/registration/static/registration/css/login.css
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
/*
|
||||
Add icons to login form
|
||||
Font-Awesome attribution is already done inside SVG files
|
||||
*/
|
||||
|
||||
#login-form input[type="text"] {
|
||||
background: #fff right 1rem top 50% / 5% no-repeat url('../img/fa-user.svg');
|
||||
padding-right: 3rem;
|
||||
}
|
||||
|
||||
#login-form input[type="password"] {
|
||||
background: #fff right 1rem top 50% / 5% no-repeat url('../img/fa-lock.svg');
|
||||
padding-right: 3rem;
|
||||
}
|
||||
|
||||
#login-form select {
|
||||
-moz-appearance: none;
|
||||
cursor: pointer;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue