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:
authorTakuya Noguchi <takninnovationresearch@gmail.com>2019-03-14 01:55:05 +0300
committerTakuya Noguchi <takninnovationresearch@gmail.com>2019-03-14 02:01:28 +0300
commitd030b0253d43b24991987b3dc149081f3b4dbbb7 (patch)
treeedca7df28b2f03774375fe186bee692f06ef484f /app/assets/stylesheets
parent1715622c054434abc752c7be11ec4daec9231d5a (diff)
Remove unused CSS (similar to BS4's .align-items-center)
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
Diffstat (limited to 'app/assets/stylesheets')
-rw-r--r--app/assets/stylesheets/framework/common.scss6
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; }