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 */
|
/* Login Page */
|
||||||
body.login-page{
|
body.login-page{
|
||||||
background: #474D57;
|
.container > .content {
|
||||||
.container .content { padding-top: 4%; }
|
padding-top: 20px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.login-box{
|
.login-box{
|
||||||
|
|
|
@ -6,5 +6,10 @@
|
||||||
.container
|
.container
|
||||||
.content
|
.content
|
||||||
%center
|
%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
|
= yield
|
||||||
|
|
Loading…
Reference in a new issue