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 14:38:39 +0300
committerBryce Johnson <bryce@gitlab.com>2016-10-15 09:28:51 +0300
commit2c7a1af66f45e475b5aa7b8b91e7f8c85134a762 (patch)
tree3d38286fd8e28470855f23faa18ccd4b8a96f899 /app/assets/stylesheets/pages/login.scss
parentbd0bf40763ed7acd43d24413f4b4a421f0076242 (diff)
Add submit button contain with custom margin.
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 f680fd68d70..b235eb845b0 100644
--- a/app/assets/stylesheets/pages/login.scss
+++ b/app/assets/stylesheets/pages/login.scss
@@ -198,6 +198,10 @@
font-weight: normal;
}
+ .submit-container {
+ margin-top: 16px;
+ }
+
input[type="submit"] {
@extend .btn-block;
margin-bottom: 0px;