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/highlight/common.scss')
-rw-r--r--app/assets/stylesheets/highlight/common.scss8
1 files changed, 4 insertions, 4 deletions
diff --git a/app/assets/stylesheets/highlight/common.scss b/app/assets/stylesheets/highlight/common.scss
index 3fd72904655..36b66f8d00d 100644
--- a/app/assets/stylesheets/highlight/common.scss
+++ b/app/assets/stylesheets/highlight/common.scss
@@ -113,10 +113,10 @@
@mixin line-link($color, $icon) {
&::before {
@include gl-visibility-hidden;
- @include gl-align-self-center;
- @include gl-mr-1;
- @include gl-w-5;
- @include gl-h-5;
+ align-self: center;
+ margin-right: $gl-spacing-scale-1;
+ width: $gl-spacing-scale-5;
+ height: $gl-spacing-scale-5;
background-color: rgba($color, 0.3);
mask-image: url('icons-stacked.svg##{$icon}');
mask-repeat: no-repeat;