diff options
| author | Phil Hughes <me@iamphill.com> | 2019-03-18 09:11:37 +0000 |
|---|---|---|
| committer | Phil Hughes <me@iamphill.com> | 2019-03-18 09:11:37 +0000 |
| commit | 0be9362393d60b19b6cea2c173ea247346001cd3 (patch) | |
| tree | 4f4012596ca011c4ca7fbcde4972b4d77bbf868c | |
| parent | 5c01b3b93bb8cd9e295186035e49702b6ba48765 (diff) | |
| parent | d030b0253d43b24991987b3dc149081f3b4dbbb7 (diff) | |
| download | gitlab-ce-0be9362393d60b19b6cea2c173ea247346001cd3.tar.gz | |
Merge branch 'remove-unused-css-from-mr-24724' into 'master'
Remove unused CSS (similar to BS4's .align-items-center)
See merge request gitlab-org/gitlab-ce!26134
| -rw-r--r-- | app/assets/stylesheets/framework/common.scss | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/app/assets/stylesheets/framework/common.scss b/app/assets/stylesheets/framework/common.scss index d47931a49e4..5efd484b51b 100644 --- a/app/assets/stylesheets/framework/common.scss +++ b/app/assets/stylesheets/framework/common.scss @@ -411,12 +411,6 @@ 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; } |
