summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/pages/login.scss
diff options
context:
space:
mode:
authorBryce Johnson <bryce@gitlab.com>2016-09-23 06:47:53 +0200
committerBryce Johnson <bryce@gitlab.com>2016-10-15 08:27:23 +0200
commitd2bad46efee65688ab56d9d7c850775f1339f491 (patch)
treeb6a45533641587a58c386aa5d16389401f8c3922 /app/assets/stylesheets/pages/login.scss
parent1dd826d4aad2ce6c195bad24b458b1967b74db1d (diff)
downloadgitlab-ce-d2bad46efee65688ab56d9d7c850775f1339f491.tar.gz
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
+ }
}