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:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-08-21 18:09:39 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-08-21 18:09:39 +0300
commitb4cbe6431bf281f10d24835876e14e924d6366e8 (patch)
treeae13592cb8d57049e74c81307a0848ef7d7265a1 /app/assets/stylesheets
parent1f2f131577d9504cc9ce96f67873de0bec6854f6 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/assets/stylesheets')
-rw-r--r--app/assets/stylesheets/framework/variables.scss6
-rw-r--r--app/assets/stylesheets/page_bundles/issuable.scss3
-rw-r--r--app/assets/stylesheets/pages/note_form.scss2
3 files changed, 3 insertions, 8 deletions
diff --git a/app/assets/stylesheets/framework/variables.scss b/app/assets/stylesheets/framework/variables.scss
index ed4b6b7cdb7..3c2355eb87f 100644
--- a/app/assets/stylesheets/framework/variables.scss
+++ b/app/assets/stylesheets/framework/variables.scss
@@ -849,12 +849,6 @@ $perf-bar-bucket-box-shadow-to: rgba($black, 0.25);
$perf-bar-canary-text: $orange-400;
/*
-Issuable warning
-*/
-$issuable-warning-size: 24px;
-$issuable-warning-icon-margin: 4px;
-
-/*
Image Commenting cursor
*/
$image-comment-cursor-left-offset: 12;
diff --git a/app/assets/stylesheets/page_bundles/issuable.scss b/app/assets/stylesheets/page_bundles/issuable.scss
index 1b5da0368c6..4546a0ca1f4 100644
--- a/app/assets/stylesheets/page_bundles/issuable.scss
+++ b/app/assets/stylesheets/page_bundles/issuable.scss
@@ -1,5 +1,7 @@
@import 'mixins_and_variables_and_functions';
+$issuable-warning-size: 24px;
+
.status-box {
padding: 0 $gl-btn-padding;
border-radius: $border-radius-default;
@@ -18,7 +20,6 @@
width: $issuable-warning-size;
height: $issuable-warning-size;
text-align: center;
- margin-right: $issuable-warning-icon-margin;
line-height: $gl-line-height-24;
flex: 0 0 auto;
}
diff --git a/app/assets/stylesheets/pages/note_form.scss b/app/assets/stylesheets/pages/note_form.scss
index 0c9d151e3cd..38686d5e713 100644
--- a/app/assets/stylesheets/pages/note_form.scss
+++ b/app/assets/stylesheets/pages/note_form.scss
@@ -136,7 +136,7 @@
}
.icon {
- margin-right: $issuable-warning-icon-margin;
+ margin-right: $gl-padding-4;
vertical-align: text-bottom;
fill: $orange-600;
}