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:
authorJacob Schatz <jschatz1@gmail.com>2017-08-08 00:56:07 +0300
committerJacob Schatz <jschatz1@gmail.com>2017-08-08 00:56:07 +0300
commitbc39218b4ed24e01a137d79fd98821aedc3666e5 (patch)
tree66211c859c67c4a1f68bd99de8c3749562f6a3f2 /app/assets/stylesheets/framework/layout.scss
parent7572aaf352df238718416624282c8649ef142ca9 (diff)
Show warning for big files.
Diffstat (limited to 'app/assets/stylesheets/framework/layout.scss')
-rw-r--r--app/assets/stylesheets/framework/layout.scss8
1 files changed, 8 insertions, 0 deletions
diff --git a/app/assets/stylesheets/framework/layout.scss b/app/assets/stylesheets/framework/layout.scss
index d43f5fd37ef..e18af246c55 100644
--- a/app/assets/stylesheets/framework/layout.scss
+++ b/app/assets/stylesheets/framework/layout.scss
@@ -128,3 +128,11 @@ of the body element here, we negate cascading side effects but allow momentum sc
[v-cloak] {
display: none;
}
+
+.vertical-center {
+ min-height: 100%;
+ min-height: 100vh;
+
+ display: flex;
+ align-items: center;
+} \ No newline at end of file