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/page_bundles/issuable.scss')
-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,