Commit 9ace12e4 authored by Ezekiel Kigbo's avatar Ezekiel Kigbo

Merge branch 'jivanvl-remove-prepend-top-4' into 'master'

Remove prepend-top-4 CSS class

See merge request gitlab-org/gitlab!33314
parents 3d915f8b f1edde21
...@@ -169,7 +169,7 @@ export default { ...@@ -169,7 +169,7 @@ export default {
}}</a> }}</a>
</h4> </h4>
</div> </div>
<div v-if="showLabelFooter" class="board-card-labels prepend-top-4 d-flex flex-wrap"> <div v-if="showLabelFooter" class="board-card-labels gl-mt-2 d-flex flex-wrap">
<template v-for="label in orderedLabels"> <template v-for="label in orderedLabels">
<gl-label <gl-label
:key="label.id" :key="label.id"
......
...@@ -235,7 +235,7 @@ export default { ...@@ -235,7 +235,7 @@ export default {
<gl-link href="/help/ci/variables/README#protected-environment-variables"> <gl-link href="/help/ci/variables/README#protected-environment-variables">
<gl-icon name="question" :size="12" /> <gl-icon name="question" :size="12" />
</gl-link> </gl-link>
<p class="prepend-top-4 text-secondary"> <p class="gl-mt-2 text-secondary">
{{ __('Export variable to pipelines running on protected branches and tags only.') }} {{ __('Export variable to pipelines running on protected branches and tags only.') }}
</p> </p>
</gl-form-checkbox> </gl-form-checkbox>
...@@ -249,7 +249,7 @@ export default { ...@@ -249,7 +249,7 @@ export default {
<gl-link href="/help/ci/variables/README#masked-variables"> <gl-link href="/help/ci/variables/README#masked-variables">
<gl-icon name="question" :size="12" /> <gl-icon name="question" :size="12" />
</gl-link> </gl-link>
<p class="prepend-top-4 gl-mb-0 text-secondary"> <p class="gl-mt-2 gl-mb-0 text-secondary">
{{ __('Variable will be masked in job logs.') }} {{ __('Variable will be masked in job logs.') }}
<span <span
:class="{ :class="{
......
...@@ -396,7 +396,6 @@ img.emoji { ...@@ -396,7 +396,6 @@ img.emoji {
🚨 Do not use these classes — they are deprecated and being removed. 🚨 🚨 Do not use these classes — they are deprecated and being removed. 🚨
See https://gitlab.com/gitlab-org/gitlab/-/issues/217418 for more details. See https://gitlab.com/gitlab-org/gitlab/-/issues/217418 for more details.
**/ **/
.prepend-top-4 { margin-top: $gl-padding-4; }
.prepend-top-5 { margin-top: 5px; } .prepend-top-5 { margin-top: 5px; }
.prepend-top-10 { margin-top: 10px; } .prepend-top-10 { margin-top: 10px; }
.prepend-top-15 { margin-top: 15px; } .prepend-top-15 { margin-top: 15px; }
......
...@@ -94,7 +94,7 @@ export default { ...@@ -94,7 +94,7 @@ export default {
status="none" status="none"
:status-icon-size="24" :status-icon-size="24"
:component="$options.componentNames.MetricsReportsIssueBody" :component="$options.componentNames.MetricsReportsIssueBody"
class="gl-ml-2 prepend-top-4 gl-mb-3" class="gl-ml-2 gl-mt-2 gl-mb-3"
/> />
</smart-virtual-list> </smart-virtual-list>
</div> </div>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment