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:
Diffstat (limited to 'app/assets/stylesheets/utilities.scss')
-rw-r--r--app/assets/stylesheets/utilities.scss13
1 files changed, 0 insertions, 13 deletions
diff --git a/app/assets/stylesheets/utilities.scss b/app/assets/stylesheets/utilities.scss
index d5e9d35983a..b756e0ed704 100644
--- a/app/assets/stylesheets/utilities.scss
+++ b/app/assets/stylesheets/utilities.scss
@@ -132,19 +132,6 @@
fill: $red-500;
}
-// Will be moved to @gitlab/ui in https://gitlab.com/gitlab-org/gitlab-ui/-/merge_requests/3569
-.gl-mb-n5 {
- margin-bottom: -$gl-spacing-scale-5;
-}
-
-.gl-mb-n7 {
- margin-bottom: -$gl-spacing-scale-7;
-}
-
-.gl-mb-n8 {
- margin-bottom: -$gl-spacing-scale-8;
-}
-
.gl-hover-border-gray-100:hover {
border-color: $gray-100;
}