diff --git a/app/assets/images/login-logo.png b/app/assets/images/login-logo.png deleted file mode 100644 index a61c41303c4..00000000000 Binary files a/app/assets/images/login-logo.png and /dev/null differ diff --git a/app/assets/stylesheets/sections/login.scss b/app/assets/stylesheets/sections/login.scss index 8d9fd037bce..33bef59c089 100644 --- a/app/assets/stylesheets/sections/login.scss +++ b/app/assets/stylesheets/sections/login.scss @@ -1,7 +1,8 @@ /* Login Page */ body.login-page{ - background: #474D57; - .container .content { padding-top: 4%; } + .container > .content { + padding-top: 20px; + } } .login-box{ diff --git a/app/views/layouts/devise.html.haml b/app/views/layouts/devise.html.haml index 0fa36211739..c4729836faa 100644 --- a/app/views/layouts/devise.html.haml +++ b/app/views/layouts/devise.html.haml @@ -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