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-09-25 18:10:16 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-09-25 18:10:16 +0300
commit02e4b2d0043b416314ffb76694aff200584352d5 (patch)
treea7d027891f3089960950d7ec75ba60d981623ab4 /app/assets/stylesheets
parent7a3aca2b5b3bfdebbd7bb6353d5bdcdc422670da (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/assets/stylesheets')
-rw-r--r--app/assets/stylesheets/page_bundles/issuable.scss13
1 files changed, 0 insertions, 13 deletions
diff --git a/app/assets/stylesheets/page_bundles/issuable.scss b/app/assets/stylesheets/page_bundles/issuable.scss
index 5397f3d8895..07614c5271a 100644
--- a/app/assets/stylesheets/page_bundles/issuable.scss
+++ b/app/assets/stylesheets/page_bundles/issuable.scss
@@ -1,18 +1,5 @@
@import 'mixins_and_variables_and_functions';
-$issuable-warning-size: 24px;
-
-.issuable-warning-icon {
- background-color: var(--orange-50, $orange-50);
- border-radius: $border-radius-default;
- color: var(--orange-600, $orange-600);
- width: $issuable-warning-size;
- height: $issuable-warning-size;
- text-align: center;
- line-height: $gl-line-height-24;
- flex: 0 0 auto;
-}
-
.limit-container-width {
.flash-container,
.detail-page-header,