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/framework/common.scss')
-rw-r--r--app/assets/stylesheets/framework/common.scss7
1 files changed, 4 insertions, 3 deletions
diff --git a/app/assets/stylesheets/framework/common.scss b/app/assets/stylesheets/framework/common.scss
index 66cb6a20ba5..9f0dc422795 100644
--- a/app/assets/stylesheets/framework/common.scss
+++ b/app/assets/stylesheets/framework/common.scss
@@ -527,7 +527,8 @@ li.note {
}
.border-section {
- @include gl-py-6;
+ padding-top: $gl-spacing-scale-6;
+ padding-bottom: $gl-spacing-scale-6;
margin: 0;
border-top: 1px solid $border-color;
@@ -562,8 +563,8 @@ See https://gitlab.com/gitlab-org/gitlab/issues/36857 for more details.
// --- moved from labels.scss when moving to page_bundles ---
// Fix scoped label padding in cases where old markdown uses the old label structure */
.gl-label-text + .gl-label-text {
- @include gl-pl-2;
- @include gl-pr-3;
+ padding-left: $gl-spacing-scale-2;
+ padding-right: $gl-spacing-scale-3;
}
// used in the Markdown rendering of labels