Restyle sign-in page. Mention public projects
This commit is contained in:
parent
9587506124
commit
e894e3eea5
3 changed files with 9 additions and 3 deletions
Binary file not shown.
Before Width: | Height: | Size: 10 KiB |
|
@ -1,7 +1,8 @@
|
|||
/* Login Page */
|
||||
body.login-page{
|
||||
background: #474D57;
|
||||
.container .content { padding-top: 4%; }
|
||||
.container > .content {
|
||||
padding-top: 20px;
|
||||
}
|
||||
}
|
||||
|
||||
.login-box{
|
||||
|
|
|
@ -6,5 +6,10 @@
|
|||
.container
|
||||
.content
|
||||
%center
|
||||
= image_tag image_path "login-logo.png"
|
||||
%h1 GitLab
|
||||
%p.light
|
||||
GitLab is open source software to collaborate on code.
|
||||
%br
|
||||
#{link_to "Sign in", new_user_session_path} or browse for #{link_to "public projects", public_projects_path}.
|
||||
%hr
|
||||
= yield
|
||||
|
|
Loading…
Reference in a new issue