summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2019-03-26 18:37:30 +0000
committerPhil Hughes <me@iamphill.com>2019-03-26 18:37:30 +0000
commitb0a873aae627accd604fbc50db9d2c89f6b87dbe (patch)
treeb4e17f49752a4aa4eef616fc4237b85b8c495599
parent342f96040a362cbb27dbfa992cf1a5867eebd3a4 (diff)
parent682365f80ec1a7081a1427c43951740cd09a4915 (diff)
downloadgitlab-ce-b0a873aae627accd604fbc50db9d2c89f6b87dbe.tar.gz
Merge branch 'revert-0be93623' into 'master'
Revert "Merge branch 'remove-unused-css-from-mr-24724' into 'master'" See merge request gitlab-org/gitlab-ce!26609
-rw-r--r--app/assets/stylesheets/framework/common.scss6
1 files changed, 6 insertions, 0 deletions
diff --git a/app/assets/stylesheets/framework/common.scss b/app/assets/stylesheets/framework/common.scss
index 97a9a55c968..8fc08422d76 100644
--- a/app/assets/stylesheets/framework/common.scss
+++ b/app/assets/stylesheets/framework/common.scss
@@ -415,6 +415,12 @@ img.emoji {
.ws-normal { white-space: normal; }
.overflow-auto { overflow: auto; }
+.d-flex-center {
+ display: flex;
+ align-items: center;
+ justify-content: center;
+}
+
/** COMMON SIZING CLASSES **/
.w-0 { width: 0; }