diff options
author | Takuya Noguchi <takninnovationresearch@gmail.com> | 2019-03-14 07:55:05 +0900 |
---|---|---|
committer | Takuya Noguchi <takninnovationresearch@gmail.com> | 2019-03-14 08:01:28 +0900 |
commit | d030b0253d43b24991987b3dc149081f3b4dbbb7 (patch) | |
tree | edca7df28b2f03774375fe186bee692f06ef484f /app | |
parent | 1715622c054434abc752c7be11ec4daec9231d5a (diff) | |
download | gitlab-ce-d030b0253d43b24991987b3dc149081f3b4dbbb7.tar.gz |
Remove unused CSS (similar to BS4's .align-items-center)
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
Diffstat (limited to 'app')
-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 aad5150c0b5..8afa6a8346e 100644 --- a/app/assets/stylesheets/framework/common.scss +++ b/app/assets/stylesheets/framework/common.scss @@ -407,12 +407,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; } |