Skip to content
Snippets Groups Projects
Commit f5536c49 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets Committed by Wes Gurney
Browse files

Restyle sign-in page. Mention public projects

parent 8d90c148
No related branches found
No related tags found
1 merge request!4954Add support to configure webhook_timeout in gitlab.yaml
app/assets/images/login-logo.png

9.97 KiB

/* Login Page */
body.login-page{
background: #474D57;
.container .content { padding-top: 4%; }
.container > .content {
padding-top: 20px;
}
}
 
.login-box{
Loading
Loading
Loading
Loading
@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment