Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app/assets/stylesheets/sections/login.scss4
-rw-r--r--app/views/layouts/devise.html.haml2
2 files changed, 5 insertions, 1 deletions
diff --git a/app/assets/stylesheets/sections/login.scss b/app/assets/stylesheets/sections/login.scss
index 54887b7c401..77ebef690c3 100644
--- a/app/assets/stylesheets/sections/login.scss
+++ b/app/assets/stylesheets/sections/login.scss
@@ -13,6 +13,10 @@
max-width: 100%;
margin-bottom: 20px;
}
+
+ &.default-brand-image {
+ margin: 0 80px;
+ }
}
.login-logo{
diff --git a/app/views/layouts/devise.html.haml b/app/views/layouts/devise.html.haml
index 00b1959912f..dd70836cdc9 100644
--- a/app/views/layouts/devise.html.haml
+++ b/app/views/layouts/devise.html.haml
@@ -18,7 +18,7 @@
.brand_text
= brand_text
- else
- .brand-image.hidden-sm.hidden-xs
+ .brand-image.default-brand-image.hidden-sm.hidden-xs
= image_tag 'brand_logo.png'
.brand_text.hidden-xs
%h2 Open source software to collaborate on code