New login screen UI
This commit is contained in:
parent
2d4337ef82
commit
f97b8e2304
24 changed files with 394 additions and 212 deletions
8
static/css/directives/ui/recovery-form.css
Normal file
8
static/css/directives/ui/recovery-form.css
Normal file
|
@ -0,0 +1,8 @@
|
|||
.recovery-form-element h4 {
|
||||
text-align: center;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
.recovery-form-element input {
|
||||
margin-bottom: 10px;
|
||||
}
|
Reference in a new issue