Add the logo to the signin page.
This commit is contained in:
parent
65b0b85ffb
commit
ba5824a4a8
2 changed files with 7 additions and 1 deletions
|
@ -4,6 +4,10 @@ body {
|
|||
background-color: #eee;
|
||||
}
|
||||
|
||||
.signin-container {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.form-signin {
|
||||
max-width: 330px;
|
||||
padding: 15px;
|
||||
|
|
Reference in a new issue