diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2020-06-29 15:08:56 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2020-06-29 15:08:56 +0000 |
commit | 3aaaf9cd8ecda9552407ffd59e52403696133bab (patch) | |
tree | 5427a84bf44f6b4c00ec591d7f853228dbc98835 /app/assets/stylesheets/framework | |
parent | a0b26c6df5eb37ba347a0ffb3bb54ddaab7979a8 (diff) | |
download | gitlab-ce-3aaaf9cd8ecda9552407ffd59e52403696133bab.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/assets/stylesheets/framework')
-rw-r--r-- | app/assets/stylesheets/framework/common.scss | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/app/assets/stylesheets/framework/common.scss b/app/assets/stylesheets/framework/common.scss index 5154c204dd6..cfeb4e71c56 100644 --- a/app/assets/stylesheets/framework/common.scss +++ b/app/assets/stylesheets/framework/common.scss @@ -399,7 +399,6 @@ img.emoji { .prepend-top-5 { margin-top: 5px; } .prepend-top-10 { margin-top: 10px; } .prepend-top-15 { margin-top: 15px; } -.prepend-top-16 { margin-top: 16px; } .prepend-top-20 { margin-top: 20px; } .prepend-left-5 { margin-left: 5px; } .prepend-left-10 { margin-left: 10px; } @@ -407,7 +406,6 @@ img.emoji { .prepend-left-default { margin-left: $gl-padding; } .prepend-left-20 { margin-left: 20px; } .prepend-left-64 { margin-left: 64px; } -.append-right-2 { margin-right: 2px; } .append-right-5 { margin-right: 5px; } .append-right-10 { margin-right: 10px; } .append-right-15 { margin-right: 15px; } |