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:
authorBryce Johnson <bryce@gitlab.com>2016-09-23 07:47:53 +0300
committerBryce Johnson <bryce@gitlab.com>2016-10-15 09:27:23 +0300
commitd2bad46efee65688ab56d9d7c850775f1339f491 (patch)
treeb6a45533641587a58c386aa5d16389401f8c3922 /app/assets/stylesheets/pages/login.scss
parent1dd826d4aad2ce6c195bad24b458b1967b74db1d (diff)
Add padding to fixed footer, to more quickly support scrolling.
Diffstat (limited to 'app/assets/stylesheets/pages/login.scss')
-rw-r--r--app/assets/stylesheets/pages/login.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/assets/stylesheets/pages/login.scss b/app/assets/stylesheets/pages/login.scss
index 06b90fbefab..9cc1bf90122 100644
--- a/app/assets/stylesheets/pages/login.scss
+++ b/app/assets/stylesheets/pages/login.scss
@@ -250,4 +250,8 @@
height: 40px;
background: $white-light;
}
+
+ .navless-container {
+ padding: 65px; // height of footer + bottom padding of email confirmation link
+ }
}